AvaloniaUI / Avalonia.Controls.TreeDataGrid

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

Don't try to recycle when no elements realized. #216

Closed grokys closed 1 year ago

grokys commented 1 year ago

Because in this case, FirstIndex will be -1 which will cause RealizedStackElements.ItemsRemoved to throw an ArgumentOutOfRangeException.