Avalonia.Controls.TreeDataGrid
Avalonia.Controls.TreeDataGrid copied to clipboard
[Feature] Allow remove `Columns` from `Source`
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?
Does #148 work for your use-case? I don't know when it will be merged and deployed, though.
fixed by
https://github.com/AvaloniaUI/Avalonia.Controls.TreeDataGrid/pull/310
https://github.com/AvaloniaUI/Avalonia.Controls.TreeDataGrid/pull/311