개정판 5ce56a3a
Symbol 기능 추가 및 Entity 테이블 추가
상단 네비게이션 View데이터 Comment로 통합
KCOM/Controls/Sample.xaml | ||
---|---|---|
422 | 422 |
</Grid> |
423 | 423 |
</Border> |
424 | 424 |
</Grid> |
425 |
|
|
426 | 425 |
</ControlTemplate> |
427 | 426 |
<DataTemplate x:Key="CommentSelectTemplate"> |
428 | 427 |
<CheckBox IsChecked="{Binding IsSelected, Mode=TwoWay}" telerik:StyleManager.Theme="Windows8"> |
... | ... | |
438 | 437 |
<!--<TextBlock Text="Sort By:" Foreground="{DynamicResource KCOMColor_MarkerBrush}"/>--> |
439 | 438 |
<telerik:RadTabControl BorderThickness="0" telerik:StyleManager.Theme="Office2016" HeaderBackground="#f5f5f5" FontSize="10" HorizontalAlignment="Stretch" HorizontalContentAlignment="Stretch" |
440 | 439 |
ScrollViewer.HorizontalScrollBarVisibility ="Disabled" SelectedIndex="0" > |
440 |
|
|
441 | 441 |
<telerik:RadTabItem Header="Thumbnail" HeaderForeground="{DynamicResource KCOMColor_MarkerBrush}" FontSize="10"> |
442 | 442 |
<Grid> |
443 | 443 |
<Grid.RowDefinitions> |
... | ... | |
485 | 485 |
<!--<telerik:RadExpander Content="Commented Pages" />--> |
486 | 486 |
</StackPanel> |
487 | 487 |
</Border> |
488 |
<telerik:RadListBox x:Name="ImgListbox" ItemTemplate="{StaticResource ThumbnailDataTemplate}" Grid.Row="1" VirtualizingStackPanel.IsVirtualizing="True" |
|
489 |
Background="{DynamicResource KCOMColor_AlternativeBrush}" ItemContainerStyle="{StaticResource ItemContainerStyle}" |
|
490 |
BorderBrush="#FFC2C2C2" BorderThickness="0" SelectedIndex="0" |
|
491 |
ScrollViewer.HorizontalScrollBarVisibility="Disabled" |
|
492 |
SelectionChanged="ImgListbox_SelectionChanged" |
|
493 |
telerik:StyleManager.Theme="Office2016" > |
|
488 |
<telerik:RadListBox x:Name="ImgListbox" |
|
489 |
ItemTemplate="{StaticResource ThumbnailDataTemplate}" |
|
490 |
Grid.Row="1" |
|
491 |
VirtualizingStackPanel.IsVirtualizing="True" |
|
492 |
Background="{DynamicResource KCOMColor_AlternativeBrush}" |
|
493 |
ItemContainerStyle="{StaticResource ItemContainerStyle}" |
|
494 |
BorderBrush="#FFC2C2C2" BorderThickness="0" |
|
495 |
SelectedIndex="0" |
|
496 |
ScrollViewer.HorizontalScrollBarVisibility="Disabled" |
|
497 |
SelectionChanged="ImgListbox_SelectionChanged" |
|
498 |
telerik:StyleManager.Theme="Office2016" > |
|
494 | 499 |
<telerik:RadListBox.ItemsPanel> |
495 | 500 |
<ItemsPanelTemplate> |
496 | 501 |
<VirtualizingStackPanel/> |
... | ... | |
577 | 582 |
</Border> |
578 | 583 |
|
579 | 584 |
<Border VerticalAlignment="Stretch" Margin="0" Grid.Row="1" BorderThickness="0,0,0,0.5" BorderBrush="#828282" x:Name="gogo"> |
580 |
<telerik:RadListBox telerik:StyleManager.Theme="Office2016" Padding="0" HorizontalAlignment="Stretch" x:Name="gogogo" |
|
585 |
<telerik:RadListBox telerik:StyleManager.Theme="Office2016" Padding="0" HorizontalAlignment="Stretch" x:Name="gogogo" ScrollViewer.VerticalScrollBarVisibility="Auto"
|
|
581 | 586 |
Background="Transparent" ItemsSource="{Binding MarkupInfoSmallList}" Loaded="gogogo_Loaded"> |
582 | 587 |
<telerik:RadListBox.ItemContainerStyle> |
583 | 588 |
<Style TargetType="telerik:RadListBoxItem"> |
내보내기 Unified diff