You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
I am using the community toolkit DataGrid and the data presented to the user require a horizontal (and vertical) scrollbar.
When using the keyboard and pressing cursor down at some point in time the scrolling of the content starts and renders the selected line behind the semi-transparent horizontal scrollbar at the bottom.
The problem is that this selected line is not readable due to the overlapping scroll bar.
Proposed solution
The horizontal scrollbar shall get it's own space as a configuration option in xaml.
Problem description
I am using the community toolkit DataGrid and the data presented to the user require a horizontal (and vertical) scrollbar.
When using the keyboard and pressing cursor down at some point in time the scrolling of the content starts and renders the selected line behind the semi-transparent horizontal scrollbar at the bottom.
The problem is that this selected line is not readable due to the overlapping scroll bar.
Proposed solution
The horizontal scrollbar shall get it's own space as a configuration option in xaml.
Describe alternatives you've considered
The current workaround is described here:
(https://docs.microsoft.com/en-us/answers/questions/79438/uwp-datagrid-horizontal-scrollbar-overlaps-datagri.html?childToView=80711#answer-80711)
But the workaround depends on an unchanged template of the DataGrid.