Skip to content

windracer/Avalonia.Controls.TreeDataGrid.VariableRowHeight.Bug

Repository files navigation

BUG in Avalonia.Controls.TreeDataGrid

AvaloniaUI 11.0.9 / TreeDataGrid 11.0.2

There's visual clutter after scrolling up and down using the keyboard down/up buttons in a TreeDataGrid having variable row height.

The error is easily reproducible, the same in both Windows and MacOS.

The demo app contains two TreeDataGrid controls displaying the same data.

On the left control, the text column has the TextWrapping option set to TextWrapping.NoWrap. The bug isn't reproducible.

On the right control, the text column has the TextWrapping option set to TextWrapping.Wrap (or to TextWrapping.WrapWithOverflow). The bug is reproducible.

Video illustrating the bug in action:

Avalonia.TreeDataGrid.VariableRowHeight.Bug.mp4

About

A sample app recreating a bug in Avalonia.Controls.TreeDataGrid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages