Avalonia.Controls.TreeDataGrid
Avalonia.Controls.TreeDataGrid copied to clipboard
Set public SortBy() on FlatTreeDataGridSource
Hi,
the SortBy(...) method of FlatTreeDataGridSource is private, it would be very useful if it could be public, as the same method is public of HierarchicalTreeDataGridSource. Can you change it to public?
Very thanks
the line in the code: https://github.com/AvaloniaUI/Avalonia.Controls.TreeDataGrid/blob/81d56b537a79d4290ef2b28a533798c0d1fc2060/src/Avalonia.Controls.TreeDataGrid/FlatTreeDataGridSource.cs#L76
This, please.