개정판 54a28343
Thumbnail 로딩 방식 수정
Change-Id: Iad91569fc06e4eecfe9d5a7a9ece9567ad161874
KCOM/Controls/PageNavigator.xaml | ||
---|---|---|
144 | 144 |
To="180" /> |
145 | 145 |
<ColorAnimation d:IsOptimized="True" |
146 | 146 |
Duration="0" |
147 |
Storyboard.TargetName="OuterCircle" |
|
147 |
Storyboard.TargetName="OuterCi rcle"
|
|
148 | 148 |
Storyboard.TargetProperty="(Shape.Stroke).(SolidColorBrush.Color)" |
149 | 149 |
To="#FF1FA3EB" /> |
150 | 150 |
</Storyboard> |
... | ... | |
601 | 601 |
<telerik:RadButton Content="RE" Margin="5,0" Grid.Column="2"/> |
602 | 602 |
<telerik:RadButton Content="RR" Margin="5,0" Grid.Column="3"/> |
603 | 603 |
</Grid> |
604 |
<telerik:RadListBox x:Name="ImgListbox"
|
|
604 |
<ListBox x:Name="ImgListbox" |
|
605 | 605 |
Grid.Row="3" VirtualizingStackPanel.IsVirtualizing="True" |
606 | 606 |
Background="{DynamicResource KCOMColor_AlternativeBrush}" |
607 | 607 |
BorderBrush="#FFC2C2C2" BorderThickness="0" Margin="5" |
608 | 608 |
ScrollViewer.HorizontalScrollBarVisibility="Disabled" |
609 | 609 |
SelectionChanged="ImgListbox_SelectionChanged" |
610 |
telerik:StyleManager.Theme="Office2016" VirtualizingStackPanel.VirtualizationMode="Recycling"> |
|
611 |
<telerik:RadListBox.ItemsPanel>
|
|
610 |
telerik:StyleManager.Theme="Office2016" VirtualizingStackPanel.VirtualizationMode="Recycling" IsManipulationEnabled="True">
|
|
611 |
<ListBox.ItemsPanel> |
|
612 | 612 |
<ItemsPanelTemplate> |
613 | 613 |
<!--<StackPanel/> |
614 | 614 |
If StackPanel was used, the memory consumed was over 2GB and dead slow. |
615 | 615 |
--> |
616 | 616 |
<VirtualizingStackPanel/> |
617 | 617 |
</ItemsPanelTemplate> |
618 |
</telerik:RadListBox.ItemsPanel>
|
|
619 |
<telerik:RadListBox.ItemTemplate>
|
|
618 |
</ListBox.ItemsPanel> |
|
619 |
<ListBox.ItemTemplate> |
|
620 | 620 |
<DataTemplate> |
621 |
<Image Stretch="Uniform" Source="{Binding ImageUri,IsAsync=True}" Width="150"/>
|
|
621 |
<Image Stretch="Uniform" Source="{Binding ImageUri,IsAsync=False}" Height="150" Width="150"/>
|
|
622 | 622 |
</DataTemplate> |
623 |
</telerik:RadListBox.ItemTemplate>
|
|
624 |
</telerik:RadListBox>
|
|
623 |
</ListBox.ItemTemplate> |
|
624 |
</ListBox> |
|
625 | 625 |
</Grid> |
626 | 626 |
</UserControl> |
내보내기 Unified diff