개정판 6a19b48d
issue #00000 페이지 이미지 download 로직 수정
Change-Id: I4da03c36b5a135eea80b57b20ada38239afd1082
KCOM/Controls/Sample.xaml | ||
---|---|---|
555 | 555 |
x:Name="ImgListbox" |
556 | 556 |
Grid.Row="2" |
557 | 557 |
Margin="1" |
558 |
telerik:StyleManager.Theme="Office2016"
|
|
558 |
telerik:StyleManager.Theme="office2016"
|
|
559 | 559 |
Background="{DynamicResource KCOMColor_AlternativeBrush}" |
560 | 560 |
BorderBrush="#FFC2C2C2" |
561 | 561 |
BorderThickness="0" |
... | ... | |
563 | 563 |
ItemsSource="{Binding FilteredThumbnail.View, ElementName=userControl}" |
564 | 564 |
ScrollViewer.CanContentScroll="True" |
565 | 565 |
ScrollViewer.HorizontalScrollBarVisibility="Disabled" |
566 |
ScrollViewer.IsDeferredScrollingEnabled="True" |
|
566 | 567 |
ScrollViewer.VerticalScrollBarVisibility="Auto" |
567 |
SelectedIndex="0"> |
|
568 |
SelectedIndex="0" |
|
569 |
VirtualizingStackPanel.IsVirtualizing="True" |
|
570 |
VirtualizingStackPanel.VirtualizationMode="Recycling"> |
|
568 | 571 |
<telerik:RadListBox.ItemsPanel> |
569 | 572 |
<ItemsPanelTemplate> |
570 | 573 |
<StackPanel /> |
... | ... | |
578 | 581 |
VirtualizingPanel.ScrollUnit="Item" |
579 | 582 |
VirtualizingPanel.CacheLengthUnit="Item" |
580 | 583 |
--> |
581 |
<VirtualizingPanel.IsVirtualizing>true</VirtualizingPanel.IsVirtualizing> |
|
582 | 584 |
<!--<telerik:RadListBox.ItemsPanel> |
583 | 585 |
<ItemsPanelTemplate> |
584 | 586 |
<VirtualizingStackPanel/> |
내보내기 Unified diff