|
@@ -73,10 +73,11 @@
|
|
<Setter Property="IsReadOnly" Value="True"/>
|
|
<Setter Property="IsReadOnly" Value="True"/>
|
|
<Setter Property="HorizontalScrollBarVisibility" Value="Hidden"/>
|
|
<Setter Property="HorizontalScrollBarVisibility" Value="Hidden"/>
|
|
<Setter Property="Padding" Value="0"/>
|
|
<Setter Property="Padding" Value="0"/>
|
|
|
|
+ <Setter Property="Margin" Value="5,0,10,0"/>
|
|
<!--网格线颜色-->
|
|
<!--网格线颜色-->
|
|
<Setter Property="Background" Value="Transparent" />
|
|
<Setter Property="Background" Value="Transparent" />
|
|
- <Setter Property="BorderBrush" Value="Transparent" />
|
|
|
|
- <Setter Property="BorderThickness" Value="0"/>
|
|
|
|
|
|
+ <Setter Property="BorderBrush" Value="#CBCBCB" />
|
|
|
|
+ <Setter Property="BorderThickness" Value="1"/>
|
|
<Setter Property="HorizontalGridLinesBrush">
|
|
<Setter Property="HorizontalGridLinesBrush">
|
|
<Setter.Value>
|
|
<Setter.Value>
|
|
<SolidColorBrush Color="#CBCBCB"/>
|
|
<SolidColorBrush Color="#CBCBCB"/>
|
|
@@ -84,7 +85,7 @@
|
|
</Setter>
|
|
</Setter>
|
|
<Setter Property="VerticalGridLinesBrush">
|
|
<Setter Property="VerticalGridLinesBrush">
|
|
<Setter.Value>
|
|
<Setter.Value>
|
|
- <SolidColorBrush Color="#CBCBCB"/>
|
|
|
|
|
|
+ <SolidColorBrush Color="Transparent"/>
|
|
</Setter.Value>
|
|
</Setter.Value>
|
|
</Setter>
|
|
</Setter>
|
|
|
|
|