AvaloniaUI / Avalonia.Controls.TreeDataGrid

A combined TreeView/DataGrid for Avalonia.
MIT License
266 stars 54 forks source link

CanUserResizeColumn and Sort Arrow Spacing #279

Open xLEGiON opened 5 months ago

xLEGiON commented 5 months ago

When a column has the CanUserResizeColumn property set to false, the spacing of the sort arrow does not look correct.

Environment: TreeDataGrid Version: 11.0.2 Avalonia Version: 11.0.10 Operating System: Windows 10

CanUserResizeColumn Issue