AvaloniaUI / Avalonia.Controls.TreeDataGrid

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

Fix of duplication of the selected row #201

Closed FreDriCk-san closed 10 months ago

FreDriCk-san commented 11 months ago

Fixes #200 This commit removes base implementation of method RecycleElement and fields associated with this method. The duplication of the selected object is stably reproduced when the window is resized or when the table is scrolled further.

grokys commented 10 months ago

I think this should have been fixed by #207.