AvaloniaUI / Avalonia.Controls.TreeDataGrid

A combined TreeView/DataGrid for Avalonia.
MIT License
233 stars 48 forks source link

[Feature] Allow remove `Columns` from `Source` #285

Open Tulesha opened 2 months ago

Tulesha commented 2 months ago

Hello, I have a TreeDataGrid in my project and I would like to remove Columns from it.

As I understand this feature is not available yet. For example, trying to remove Column from HierarchicalTreeDataGridSource throws exception.

Will this feature be implemented in the near future?

heuristicAL commented 2 months ago

Does #148 work for your use-case? I don't know when it will be merged and deployed, though.