개정판 79f3f21a
issue #781 text search modify
KCOM/Controls/Sample.xaml | ||
---|---|---|
513 | 513 |
</Grid.ColumnDefinitions> |
514 | 514 |
<Grid.RowDefinitions> |
515 | 515 |
<RowDefinition Height="Auto"/> |
516 |
<RowDefinition Height="Auto"/> |
|
516 | 517 |
<RowDefinition Height="*"/> |
517 | 518 |
</Grid.RowDefinitions> |
518 | 519 |
<Border BorderThickness="0,0,0,1" BorderBrush="#e6e6e6" Background="#f5f5f5"> |
... | ... | |
539 | 540 |
ClearSelectionButtonVisibility="Visible" ClearSelectionButtonContent="Show All" SelectionChanged="commentPage_SelectionChanged"/> |
540 | 541 |
|
541 | 542 |
</Grid> |
543 |
|
|
542 | 544 |
</Border> |
545 |
<Border Grid.Row="1" Background="#f5f5f5" > |
|
546 |
<StackPanel> |
|
547 |
<Border> |
|
548 |
<Grid> |
|
549 |
<Grid.ColumnDefinitions> |
|
550 |
<ColumnDefinition Width="7*"/> |
|
551 |
<ColumnDefinition Width="3*"/> |
|
552 |
</Grid.ColumnDefinitions> |
|
553 |
<TextBox Background="#FFF3F3F3" BorderThickness="0.5" VerticalContentAlignment="Center" x:Name="tbSearch"/> |
|
554 |
|
|
555 |
<Border Background="#FF1258B6" CornerRadius="5" Grid.Column="1" Padding="5" Margin="10"> |
|
556 |
<Button Background="Transparent" Foreground="White" Content="Search" BorderThickness="0" x:Name="btnSearch" Click="btnSearch_Click"/> |
|
557 |
</Border> |
|
543 | 558 |
|
559 |
</Grid> |
|
560 |
</Border> |
|
561 |
</StackPanel> |
|
562 |
</Border> |
|
544 | 563 |
<Border Grid.Row="1" Background="#f5f5f5" Visibility="Collapsed"> |
545 | 564 |
<StackPanel> |
546 | 565 |
<Border> |
... | ... | |
567 | 586 |
</StackPanel> |
568 | 587 |
</Border> |
569 | 588 |
|
570 |
<Border VerticalAlignment="Stretch" Margin="0" Grid.Row="1" BorderThickness="0,0,0,0.5" BorderBrush="#828282" x:Name="gogo">
|
|
589 |
<Border VerticalAlignment="Stretch" Margin="0" Grid.Row="2" BorderThickness="0,0,0,0.5" BorderBrush="#828282" x:Name="gogo">
|
|
571 | 590 |
<telerik:RadListBox telerik:StyleManager.Theme="Office2016" Padding="0" HorizontalAlignment="Stretch" x:Name="gogogo" ScrollViewer.VerticalScrollBarVisibility="Auto" |
572 | 591 |
Background="Transparent" ItemsSource="{Binding MarkupInfoSmallList}" Loaded="gogogo_Loaded"> |
573 | 592 |
<telerik:RadListBox.ItemContainerStyle> |
... | ... | |
587 | 606 |
</Grid.ColumnDefinitions> |
588 | 607 |
|
589 | 608 |
<Image Source="{Binding Data_Type, Converter={StaticResource converterTypeImageConverter}}" Margin="5" Width="28" Height="28"/> |
590 |
<StackPanel Orientation="Vertical" Grid.Column="1" Margin="10" VerticalAlignment="Center"> |
|
609 |
<StackPanel Orientation="Vertical" Grid.Row="0" Grid.Column="1" Margin="10" VerticalAlignment="Center">
|
|
591 | 610 |
<TextBlock Text="{Binding UserName}" FontWeight="DemiBold" Foreground="#3d3d3d"/> |
592 | 611 |
<StackPanel Orientation="Horizontal"> |
593 | 612 |
<TextBlock Text="{Binding PageNumber}"/> |
594 | 613 |
<TextBlock Text=" Page"/> |
595 | 614 |
</StackPanel> |
596 | 615 |
</StackPanel> |
616 |
|
|
597 | 617 |
<Border Background="#FF1258B6" CornerRadius="5" Grid.Column="2" Padding="5" Margin="10"> |
598 | 618 |
<telerik:RadButton Background="Transparent" Foreground="White" Content="Move" BorderThickness="0" Click="RadButton_Click" CommandParameter="{Binding}"/> |
599 | 619 |
</Border> |
내보내기 Unified diff