AvaloniaUI / Avalonia.Controls.TreeDataGrid

A combined TreeView/DataGrid for Avalonia.
MIT License
234 stars 49 forks source link

Always arrange row/col presenters to final size. #215

Closed grokys closed 10 months ago

grokys commented 10 months ago

Even when they have no items - otherwise star columns will not be sized correctly, resulting in #209.

Fixes #209.