개정판 2c634aed
popup style 변경 & 프로젝트 정리
Change-Id: I708256b20df780f169e92b020919b436152a07c9
ConvertService/ServiceBase/Markus.Service.StationController/Views/DataBaseView.xaml | ||
---|---|---|
28 | 28 |
<Style TargetType="{x:Type controls:RowIndexColumn}"> |
29 | 29 |
<Setter Property="TextAlignment" Value="Center"/> |
30 | 30 |
</Style> |
31 |
<Style TargetType="{x:Type TextBox}"> |
|
32 |
<Setter Property="Margin" Value="5,5,0,0"/> |
|
33 |
<Setter Property="VerticalAlignment" Value="Center"/> |
|
34 |
<Setter Property="HorizontalContentAlignment" Value="Left"/> |
|
35 |
<Setter Property="Foreground" Value="Black"/> |
|
36 |
<Setter Property="Background" Value="Transparent"/> |
|
37 |
<Setter Property="BorderBrush" Value="Transparent"/> |
|
38 |
<Setter Property="BorderThickness" Value="0"/> |
|
39 |
<Setter Property="IsReadOnly" Value="true"/> |
|
40 |
<Setter Property="FocusVisualStyle" Value="{x:Null}"/> |
|
41 |
<Setter Property="ScrollViewer.PanningMode" Value="VerticalFirst"/> |
|
42 |
<Setter Property="Stylus.IsFlicksEnabled" Value="False"/> |
|
43 |
<Setter Property="Template"> |
|
44 |
<Setter.Value> |
|
45 |
<ControlTemplate TargetType="{x:Type TextBox}"> |
|
46 |
<Border x:Name="Bd" |
|
47 |
BorderThickness="{TemplateBinding BorderThickness}" |
|
48 |
SnapsToDevicePixels="true"> |
|
49 |
<ScrollViewer x:Name="PART_ContentHost" BorderThickness="{TemplateBinding BorderThickness}" |
|
50 |
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"/> |
|
51 |
</Border> |
|
52 |
</ControlTemplate> |
|
53 |
</Setter.Value> |
|
54 |
</Setter> |
|
55 |
</Style> |
|
31 | 56 |
<VM:DataBaseItemsModel x:Key="DataBaseItemsModel"/> |
32 | 57 |
<DataTemplate x:Key="RowDetailsTemplate"> |
33 | 58 |
<local:DataBaseViewInfo /> |
... | ... | |
81 | 106 |
|
82 | 107 |
<DockPanel LastChildFill="True"> |
83 | 108 |
<telerik:RadExpander ExpandDirection="Down" BorderThickness="0" Grid.Row="1" MaxHeight="{Binding DataBase_ItemsHeight, Mode=OneWay}" |
84 |
ScrollViewer.HorizontalScrollBarVisibility="Auto" ScrollViewer.VerticalScrollBarVisibility="Auto" IsExpanded="True" |
|
109 |
ScrollViewer.HorizontalScrollBarVisibility="Auto" ScrollViewer.VerticalScrollBarVisibility="Auto" IsExpanded="True" HorizontalAlignment="Stretch" |
|
110 |
VerticalAlignment="Stretch" |
|
85 | 111 |
telerik:AnimationManager.IsAnimationEnabled="False" > |
86 | 112 |
<telerik:RadExpander.Header> |
87 | 113 |
<Grid> |
... | ... | |
98 | 124 |
ItemsSource="{Binding FilterConvertSourceView}" |
99 | 125 |
SelectedItem="{Binding SelectFilterConvert, Mode=TwoWay}" |
100 | 126 |
RowDetailsTemplate="{StaticResource RowDetailsTemplate}" |
101 |
AutoGenerateColumns="False" |
|
127 |
AutoGenerateColumns="False"
|
|
102 | 128 |
ColumnWidth="*" CanUserFreezeColumns="False" |
103 | 129 |
Grid.Row="1" ScrollViewer.CanContentScroll="True" IsFilteringAllowed="True" |
104 | 130 |
LeftFrozenColumnCount="6" |
... | ... | |
158 | 184 |
</DockPanel> |
159 | 185 |
|
160 | 186 |
<telerik:RadExpander Grid.Row="2" ExpandDirection="Down" BorderThickness="0" MaxHeight="{Binding RealConvert_Height,Mode=OneWay}" |
161 |
ScrollViewer.HorizontalScrollBarVisibility="Auto" ScrollViewer.VerticalScrollBarVisibility="Auto" |
|
187 |
ScrollViewer.HorizontalScrollBarVisibility="Auto" ScrollViewer.VerticalScrollBarVisibility="Auto" HorizontalAlignment="Stretch" |
|
188 |
VerticalAlignment="Stretch" |
|
162 | 189 |
telerik:AnimationManager.IsAnimationEnabled="False" IsExpanded ="{Binding ConvertShow, Mode=TwoWay}"> |
163 | 190 |
<telerik:RadExpander.Header> |
164 | 191 |
<Grid> |
... | ... | |
233 | 260 |
</telerik:RadGridView> |
234 | 261 |
</telerik:RadExpander> |
235 | 262 |
|
236 |
<telerik:RadExpander Grid.Row="3" ExpandDirection="Down" BorderThickness="0" VerticalAlignment="Stretch" |
|
263 |
<telerik:RadExpander Grid.Row="3" ExpandDirection="Down" BorderThickness="0" VerticalAlignment="Stretch"
|
|
237 | 264 |
ScrollViewer.HorizontalScrollBarVisibility="Auto" ScrollViewer.VerticalScrollBarVisibility="Auto" MaxHeight="{Binding Alive_Height,Mode=OneWay}" |
238 | 265 |
telerik:AnimationManager.IsAnimationEnabled="False" IsExpanded ="False"> |
239 | 266 |
<telerik:RadExpander.Header> |
내보내기 Unified diff