개정판 c5519c44
- convert log 수정
- markus text font 변경시 저장 여부 메시지 나오도록 수정
-
Change-Id: I85fa01d063204c85eb5b70bf34a3773f5cb5fd8f
KCOM/Controls/Sample.xaml | ||
---|---|---|
428 | 428 |
</Grid> |
429 | 429 |
</ControlTemplate> |
430 | 430 |
<DataTemplate x:Key="CommentSelectTemplate"> |
431 |
<CheckBox IsChecked="{Binding IsSelected, Mode=TwoWay}" telerik:StyleManager.Theme="Windows8"> |
|
431 |
<CheckBox IsChecked="{Binding IsSelected, Mode=TwoWay}" telerik:StyleManager.Theme="Windows8" |
|
432 |
Command="{Binding SelectCommentCommand, ElementName=userControl, Mode=OneWay}"> |
|
432 | 433 |
<StackPanel Orientation="Horizontal"> |
433 | 434 |
<TextBlock Text="{Binding Depart}" /> |
434 | 435 |
<TextBlock Text="/" /> |
... | ... | |
473 | 474 |
ItemContainerStyle="{StaticResource ItemContainerStyle}" |
474 | 475 |
BorderBrush="#FFC2C2C2" BorderThickness="0" |
475 | 476 |
SelectedIndex="0" |
477 |
VirtualizingStackPanel.VirtualizationMode="Recycling" |
|
478 |
VirtualizingStackPanel.IsVirtualizing="True" |
|
476 | 479 |
ScrollViewer.HorizontalScrollBarVisibility="Disabled" |
477 |
ScrollViewer.VerticalScrollBarVisibility="Auto"
|
|
480 |
ScrollViewer.VerticalScrollBarVisibility="Auto" |
|
478 | 481 |
ScrollViewer.CanContentScroll="True" |
479 | 482 |
telerik:StyleManager.Theme="Office2016" |
480 |
ItemsSource="{Binding FilteredThumbnail.View, ElementName=userControl}" >
|
|
483 |
ItemsSource="{Binding FilteredThumbnail.View, ElementName=userControl}"> |
|
481 | 484 |
<!--<telerik:RadListBox.ItemsPanel> |
482 | 485 |
<ItemsPanelTemplate> |
483 | 486 |
<VirtualizingStackPanel/> |
... | ... | |
498 | 501 |
<Border.RenderTransform> |
499 | 502 |
<RotateTransform Angle="{Binding Angle, Mode=TwoWay}"/> |
500 | 503 |
</Border.RenderTransform> |
501 |
<Image Stretch="Uniform" Source="{Binding ImageUri,IsAsync=True}"/>
|
|
504 |
<Image Stretch="Uniform" common:ImageAsyncHelper.SourceUri="{Binding ImageUri}"/>
|
|
502 | 505 |
</Border> |
503 | 506 |
</Grid> |
504 | 507 |
<TextBlock Grid.Row="1" Text="{Binding PageNumber, FallbackValue=PageNo}" FontStyle="Italic" FontSize="14" VerticalAlignment="Bottom" HorizontalAlignment="Center"/> |
내보내기 Unified diff