Avalonia.Controls.TreeDataGrid icon indicating copy to clipboard operation
Avalonia.Controls.TreeDataGrid copied to clipboard

Set public SortBy() on FlatTreeDataGridSource

Open guilhermeolisi opened this issue 3 years ago • 1 comments

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

guilhermeolisi avatar Aug 02 '22 18:08 guilhermeolisi

This, please.

SuperJMN avatar Sep 02 '22 09:09 SuperJMN