AvaloniaUI / Avalonia.Controls.TreeDataGrid

A combined TreeView/DataGrid for Avalonia.
MIT License
266 stars 54 forks source link

The selected row is duplicated in the table #200

Closed FreDriCk-san closed 1 year ago

FreDriCk-san commented 1 year ago

I noticed that after selecting a row and further resizing the window this row is duplicated in the table. I think it's worth fixing it :)

For an example of this behavior see the video below:

https://github.com/AvaloniaUI/Avalonia.Controls.TreeDataGrid/assets/31565053/26d74b99-8c2e-4a96-9e28-79d65cba5602

FreDriCk-san commented 1 year ago

I also noticed that the bug is reproduced when selecting a row and further scrolling the table outside the visible area