我尝试设置DataGridCell
BorderBrush
,但看起来还有其他设置,它也设置了单元格之间的边界。
当前Style
:
<Style x:Key="DataGridCellStyle1" TargetType="{x:Type DataGridCell}">
<Setter Property="BorderBrush" Value="Yellow"/>
</Style>
我尝试设置DataGridCell
BorderBrush
,但看起来还有其他设置,它也设置了单元格之间的边界。
当前Style
:
<Style x:Key="DataGridCellStyle1" TargetType="{x:Type DataGridCell}">
<Setter Property="BorderBrush" Value="Yellow"/>
</Style>