개정판 f5c6a3d5
Panorama.xaml 수정
Change-Id: I64a0c080a528e3140aa056f087c6b503ce0a5d6d
KCOM/Controls/Sample.xaml | ||
---|---|---|
20 | 20 |
<converter:CommentTypeImgConverter x:Key="converterTypeImageConverter"/> |
21 | 21 |
<converter:MarkupDataToConverter x:Key="markupDataConverter"/> |
22 | 22 |
<converter:MarginCorrectionConverter x:Key="marginConverter"/> |
23 |
<DataTemplate x:Key="ThumbnailDataTemplate"> |
|
24 |
<local:thumbnailControl HorizontalAlignment="Stretch"/> |
|
25 |
</DataTemplate> |
|
26 | 23 |
<SolidColorBrush x:Key="ListTextSelectedColor" x:Shared="False"/> |
27 | 24 |
<SolidColorBrush x:Key="ListSelectedColor" x:Shared="False"/> |
28 | 25 |
<Style x:Key="ItemContainerStyle" TargetType="{x:Type telerik:RadListBoxItem}"> |
... | ... | |
470 | 467 |
</Grid> |
471 | 468 |
</StackPanel> |
472 | 469 |
</Border> |
473 |
<!--<telerik:RadListBox x:Name="ImgListbox" Margin="1" |
|
474 |
ItemTemplate="{StaticResource ThumbnailDataTemplate}" |
|
475 |
Grid.Row="2" |
|
476 |
SelectedItem="{Binding}" |
|
477 |
Background="{DynamicResource KCOMColor_AlternativeBrush}" |
|
478 |
ItemContainerStyle="{StaticResource ItemContainerStyle}" |
|
479 |
BorderBrush="#FFC2C2C2" BorderThickness="0" |
|
480 |
SelectedIndex="0" |
|
481 |
ScrollViewer.HorizontalScrollBarVisibility="Disabled" |
|
482 |
ScrollViewer.VerticalScrollBarVisibility="Auto" |
|
483 |
ScrollViewer.CanContentScroll="True" |
|
484 |
ScrollViewer.IsDeferredScrollingEnabled="True" |
|
485 |
VirtualizingStackPanel.IsVirtualizing="False" |
|
486 |
VirtualizingStackPanel.VirtualizationMode="Recycling" |
|
487 |
telerik:StyleManager.Theme="Office2016" > |
|
488 |
<telerik:RadListBox.ItemsPanel> |
|
489 |
<ItemsPanelTemplate> |
|
490 |
<VirtualizingStackPanel/> |
|
491 |
</ItemsPanelTemplate> |
|
492 |
</telerik:RadListBox.ItemsPanel> |
|
493 |
</telerik:RadListBox>--> |
|
494 | 470 |
<telerik:RadListBox x:Name="ImgListbox" Margin="1" |
495 | 471 |
Grid.Row="2" |
496 | 472 |
Background="{DynamicResource KCOMColor_AlternativeBrush}" |
내보내기 Unified diff