Avalonia.Controls.TreeDataGrid
Avalonia.Controls.TreeDataGrid copied to clipboard
[TreeDataGrid] Can't select the bottom row
Describe the bug
When the horizontal scrollbar is visible the bottom row of the TreeDataGrid isn't selectable.
To Reproduce
- Create TreeDataGrid and add enough data to show scrollbars
- Click on the last row
- Observe that the horizontal scrollbar blocks selecting the last row
- Modify data / UI so that the horizontal scrollbar disappears
- Observe that you can select the bottom row
Expected behavior
You should be able to select the bottom row even if the scrollbar is visible.
Avalonia version
Avalonia: 11.3.0, Avalonia.Controls.TreeDataGrid: 11.1.1
OS
No response
Additional context
No response