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>
|
|
|
|
|
|
|
|
|
|
<x:Double x:Key="DataGridCellMinHeight">32</x:Double>
|
|
|
|
|
<Thickness x:Key="DataGridCellVisualBorderThickness">1</Thickness>
|
|
|
|
|
<x:Double x:Key="DataGridCellVisualStrokeThickness">1</x:Double>
|
|
|
|
|
|
|
|
|
|
<Thickness x:Key="DataGridColumnHeaderPadding">12 0 0 0</Thickness>
|
|
|
|
|
<x:Double x:Key="DataGridColumnHeaderMinHeight">32</x:Double>
|
|
|
|
|
|
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>
|
2024-07-15 22:36:55 +08:00
|
|
|
<Thickness x:Key="DataGridRowMargin">2</Thickness>
|
2023-07-19 11:16:10 +08:00
|
|
|
|
2025-03-13 15:17:57 +08:00
|
|
|
<StaticResource x:Key="DataGridRowGroupHeaderExpandIconGlyph" ResourceKey="SemiIconChevronRight" />
|
2023-07-19 11:16:10 +08:00
|
|
|
|
|
|
|
|
<x:Double x:Key="DataGridRowGroupHeaderVisualStrokeThickness">1</x:Double>
|
|
|
|
|
</ResourceDictionary>
|