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

When loading a large amount of data, the display is misaligned.

Open jim-jiang-github opened this issue 2 years ago • 3 comments

image

jim-jiang-github avatar May 07 '23 15:05 jim-jiang-github

I have the same issue with version 11 preview8.

Minimal Example: TreeDataGridUpdateTest.zip

Developer-Alexander avatar Jun 09 '23 11:06 Developer-Alexander

Due to the composition renderer using float as discussed here: https://github.com/AvaloniaUI/Avalonia/issues/11641#issuecomment-1575692562

grokys avatar Jun 11 '23 20:06 grokys

In comparison DataGrid seems not to be affected by this issue. What is the difference to a TreeDataGrid?

Developer-Alexander avatar Jun 13 '23 07:06 Developer-Alexander