Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

[Feature] UWP DataGrid Horizontal Scrollbar shall have an API to not overlaps DataGrid Content #3456

@eschlot

Description

@eschlot

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.

Anmerkung 2020-08-27 234256

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions