feat: extract DataGrid & TreeDataGrid Margin.

This commit is contained in:
Zhang Dian
2024-07-15 22:36:55 +08:00
parent c46e6b9cf9
commit b5f4bacece
4 changed files with 7 additions and 8 deletions

View File

@@ -292,7 +292,7 @@
Name="BackgroundBorder"
Grid.RowSpan="2"
Grid.ColumnSpan="2"
Margin="2"
Margin="{DynamicResource DataGridRowMargin}"
Background="{DynamicResource DataGridRowBackground}"
CornerRadius="3" />
<Rectangle