개정판 64f6713a
fixed issue #542: Panorama Page 이동 시 현재 페이지 번호 동기화
KCOM/Controls/Sample.xaml | ||
---|---|---|
466 | 466 |
</telerik:RadExpander> |
467 | 467 |
<!-- <telerik:RadComboBox ClearSelectionButtonVisibility="Visible" ClearSelectionButtonContent="Select All" FontSize="10" Margin="14,0,0,0" x:Name="cboSelectComment" telerik:StyleManager.Theme="Windows8" BorderBrush="#FFA09E9E" ItemTemplate="{StaticResource CommentSelectTemplate}" SelectAllTextEvent="SelectionChanged"/> --> |
468 | 468 |
</Grid> |
469 |
|
|
470 |
<!--<telerik:RadExpander Padding="1,0,0,0" telerik:StyleManager.Theme="Office2016" Margin="5,3" |
|
471 |
Template="{StaticResource RadExpanderControlTemplate}"> |
|
472 |
<telerik:RadExpander.Header> |
|
473 |
<TextBlock Text="Commented Pages" /> |
|
474 |
</telerik:RadExpander.Header> |
|
475 |
<telerik:RadExpander.Content> |
|
476 |
<ListBox x:Name="lstSelectComment" |
|
477 |
BorderThickness="2" |
|
478 |
telerik:StyleManager.Theme="Office2016" > |
|
479 |
<ListBox.BorderBrush> |
|
480 |
<SolidColorBrush Color="{DynamicResource {x:Static SystemColors.MenuHighlightColorKey}}"/> |
|
481 |
</ListBox.BorderBrush> |
|
482 |
</ListBox> |
|
483 |
</telerik:RadExpander.Content> |
|
484 |
</telerik:RadExpander>--> |
|
485 |
<!--<telerik:RadExpander Content="Commented Pages" />--> |
|
486 | 469 |
</StackPanel> |
487 | 470 |
</Border> |
471 |
|
|
488 | 472 |
<telerik:RadListBox x:Name="ImgListbox" |
489 | 473 |
ItemTemplate="{StaticResource ThumbnailDataTemplate}" |
490 | 474 |
Grid.Row="1" |
... | ... | |
495 | 479 |
SelectedIndex="0" |
496 | 480 |
ScrollViewer.HorizontalScrollBarVisibility="Disabled" |
497 | 481 |
ScrollViewer.VerticalScrollBarVisibility="Auto" |
498 |
ScrollViewer.CanContentScroll="False"
|
|
482 |
ScrollViewer.CanContentScroll="True"
|
|
499 | 483 |
SelectionChanged="ImgListbox_SelectionChanged" |
500 | 484 |
telerik:StyleManager.Theme="Office2016" > |
501 | 485 |
<telerik:RadListBox.ItemsPanel> |
내보내기 Unified diff