프로젝트

일반

사용자정보

개정판 90e7968d

ID90e7968da9d5053a78b4cb08170ebddef4a62fad
상위 6c8c6f91
하위 beb36e17, 9322ec12

이지연이(가) 5년 이상 전에 추가함

issue #000: daelim source compare 중

Change-Id: I010a1b75dae4b786e1c2a51a34c923eafd384667

차이점 보기:

KCOM/Controls/Sample.xaml
437 437
        <!--<TextBlock Text="Sort By:"  Foreground="{DynamicResource KCOMColor_MarkerBrush}"/>-->
438 438
        <telerik:RadTabControl BorderThickness="0" telerik:StyleManager.Theme="Office2016"  HeaderBackground="#f5f5f5" FontSize="10" HorizontalAlignment="Stretch" HorizontalContentAlignment="Stretch"
439 439
                               ScrollViewer.HorizontalScrollBarVisibility ="Disabled" SelectedIndex="0" >
440
            
440

  
441 441
            <telerik:RadTabItem Header="Thumbnail"  HeaderForeground="{DynamicResource KCOMColor_MarkerBrush}" FontSize="10">
442 442
                <Grid>
443 443
                    <Grid.RowDefinitions>
......
479 479
                                        SelectedIndex="0"
480 480
                                        ScrollViewer.HorizontalScrollBarVisibility="Disabled"
481 481
                                        ScrollViewer.VerticalScrollBarVisibility="Auto"
482
                                        ScrollViewer.CanContentScroll="False"            
482
                                        ScrollViewer.CanContentScroll="False"
483 483
                                        ScrollViewer.IsDeferredScrollingEnabled="False"
484 484
                                        SelectionChanged="ImgListbox_SelectionChanged"
485
                                        telerik:StyleManager.Theme="Office2016" 
486
                                        >
485
                                        telerik:StyleManager.Theme="Office2016" >
487 486
                        <telerik:RadListBox.ItemsPanel>
488 487
                            <ItemsPanelTemplate>
489
                                <VirtualizingStackPanel  />
488
                                <VirtualizingStackPanel/>
490 489
                            </ItemsPanelTemplate>
491 490
                        </telerik:RadListBox.ItemsPanel>
492 491
                        <!--<telerik:RadListBox.ItemTemplate>
......
507 506
                </Grid>
508 507

  
509 508
            </telerik:RadTabItem>
510
            
509

  
511 510
            <telerik:RadTabItem Header="Markup List"  HeaderForeground="{DynamicResource KCOMColor_MarkerBrush}" FontSize="10" >
512 511
                <Grid HorizontalAlignment="Stretch">
513 512
                    <Grid.ColumnDefinitions>
......
542 541
                                                  ClearSelectionButtonVisibility="Visible" ClearSelectionButtonContent="Show All" SelectionChanged="commentPage_SelectionChanged"/>
543 542

  
544 543
                        </Grid>
545
                        
544

  
546 545
                    </Border>
547 546
                    <Border Grid.Row="1" Background="#f5f5f5" >
548 547
                        <StackPanel>
......
553 552
                                        <ColumnDefinition Width="3*"/>
554 553
                                    </Grid.ColumnDefinitions>
555 554
                                    <TextBox  Background="#FFF3F3F3" BorderThickness="0.5" VerticalContentAlignment="Center" x:Name="tbSearch"/>
556
                                    
555

  
557 556
                                    <Border Background="#FF1258B6" CornerRadius="5" Grid.Column="1" Padding="5" Margin="10">
558 557
                                        <Button Background="Transparent" Foreground="White" Content="Search" BorderThickness="0" x:Name="btnSearch" Click="btnSearch_Click"/>
559 558
                                    </Border>
......
615 614
                                                        <TextBlock Text=" Page"/>
616 615
                                                    </StackPanel>
617 616
                                                </StackPanel>
618
                                                
617

  
619 618
                                                <Border Background="#FF1258B6" CornerRadius="5" Grid.Column="2" Padding="5" Margin="10">
620 619
                                                    <telerik:RadButton Background="Transparent" Foreground="White" Content="Move" BorderThickness="0" Click="RadButton_Click" CommandParameter="{Binding}"/>
621 620
                                                </Border>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)