ListView scrollbar placement
Open
@niels9001 is already working on this.
Since Dec 11, 2023.
bug
- Dominant language
- C#
- Stars
- 9.6k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
The scroller in ListView should render on top of the ListViewItems, instead of next to it. Resulting in: https://github.com/microsoft/PowerToys/issues/30318
WPFUI:
To Reproduce
Make a ListView stretch the entire width of the window
Expected behavior
The scroller should render on top of the items, not next to it:
Screenshots
No response
OS version
W11
.NET version
NET 8
WPF-UI NuGet version
Preview-12
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.