Avalonia.Controls.TreeDataGrid
Avalonia.Controls.TreeDataGrid copied to clipboard
When loading a large amount of data, the display is misaligned.

Due to the composition renderer using float as discussed here: https://github.com/AvaloniaUI/Avalonia/issues/11641#issuecomment-1575692562
In comparison DataGrid seems not to be affected by this issue. What is the difference to a TreeDataGrid?