2023-07-19 11:16:10 +08:00
|
|
|
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
|
<Thickness x:Key="DataGridCellTextBlockDefaultMargin">12 0</Thickness>
|
2025-03-15 17:45:49 +08:00
|
|
|
<StaticResource x:Key="DataGridCellMinHeight" ResourceKey="SemiHeightControlDefault" />
|
|
|
|
|
<StaticResource x:Key="DataGridCellVisualBorderThickness" ResourceKey="SemiBorderThicknessControl" />
|
|
|
|
|
<StaticResource x:Key="DataGridCellVisualStrokeThickness" ResourceKey="SemiBorderSpacingControl" />
|
2023-07-19 11:16:10 +08:00
|
|
|
|
|
|
|
|
<Thickness x:Key="DataGridColumnHeaderPadding">12 0 0 0</Thickness>
|
2025-03-15 17:45:49 +08:00
|
|
|
<StaticResource x:Key="DataGridColumnHeaderMinHeight" ResourceKey="SemiHeightControlDefault" />
|
|
|
|
|
<StaticResource x:Key="DataGridColumnHeaderCornerRadius" ResourceKey="SemiBorderRadiusSmall" />
|
2025-03-13 15:17:57 +08:00
|
|
|
<StaticResource x:Key="DataGridColumnHeaderAscendingGlyph" ResourceKey="SemiIconSmallTriangleTop" />
|
|
|
|
|
<StaticResource x:Key="DataGridColumnHeaderDescendingGlyph" ResourceKey="SemiIconSmallTriangleDown" />
|
2023-07-19 11:16:10 +08:00
|
|
|
|
|
|
|
|
<Thickness x:Key="DataGridRowHeaderMargin">8 0</Thickness>
|
2025-03-15 17:45:49 +08:00
|
|
|
<StaticResource x:Key="DataGridRowCornerRadius" ResourceKey="SemiBorderRadiusSmall" />
|
|
|
|
|
<StaticResource x:Key="DataGridRowMargin" ResourceKey="SemiThicknessSuperTight" />
|
2023-07-19 11:16:10 +08:00
|
|
|
|
2025-03-15 17:45:49 +08:00
|
|
|
<StaticResource x:Key="DataGridRowGroupHeaderMinHeight" ResourceKey="SemiHeightControlDefault" />
|
2025-03-13 15:17:57 +08:00
|
|
|
<StaticResource x:Key="DataGridRowGroupHeaderExpandIconGlyph" ResourceKey="SemiIconChevronRight" />
|
2025-03-15 17:45:49 +08:00
|
|
|
<StaticResource x:Key="DataGridRowGroupHeaderVisualStrokeThickness" ResourceKey="SemiBorderSpacingControl" />
|
2023-07-19 11:16:10 +08:00
|
|
|
|
2025-03-15 17:45:49 +08:00
|
|
|
<StaticResource x:Key="DataGridDisabledCornerRadius" ResourceKey="SemiBorderRadiusSmall" />
|
2025-12-16 17:08:07 +08:00
|
|
|
|
|
|
|
|
<!-- Grid line thickness -->
|
|
|
|
|
<x:Double x:Key="DataGridGridLineThickness">1</x:Double>
|
2023-07-19 11:16:10 +08:00
|
|
|
</ResourceDictionary>
|