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
When presenting a list of ~4000 elements, the scrollbar becomes a tiny dot which can be quite hard to handle for some people.
The width of the vertical scrollbar is also very narrow, making scroll-life harder than it should.
May i suggest a few improvements :
Either a thicker default setting, or a global setting for scrollbar sizing: narrow, medium, thick
Minimum height on vertical scrollbars and minimum width on horizontal scrollbars, of around 30px, which would improve ability to see and grab the scrollbar "track".
For touchscreens , you barely need a scrollbar, but for desktop they are quite useful.
Relying solely on mouse scroll wheel is not an option.
NB: I've filed this a bug, because the sizing of the scrollbar is too small to easily grab and use. If you consider this as a feature request then please just move the issue to feature requests.
thanks :)
To Reproduce
Display a very wide or very tall element inside a scrollviewer.
Expected behavior
Scrollviewer should be just bit larger.
Screenshots
OS version
Windows 11
.NET version
.NET 9
WPF-UI NuGet version
4.0.2
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
When presenting a list of ~4000 elements, the scrollbar becomes a tiny dot which can be quite hard to handle for some people.
The width of the vertical scrollbar is also very narrow, making scroll-life harder than it should.
May i suggest a few improvements :
Either a thicker default setting, or a global setting for scrollbar sizing: narrow, medium, thick
Minimum height on vertical scrollbars and minimum width on horizontal scrollbars, of around 30px, which would improve ability to see and grab the scrollbar "track".
For touchscreens , you barely need a scrollbar, but for desktop they are quite useful.
Relying solely on mouse scroll wheel is not an option.
NB: I've filed this a bug, because the sizing of the scrollbar is too small to easily grab and use. If you consider this as a feature request then please just move the issue to feature requests.
thanks :)
To Reproduce
Display a very wide or very tall element inside a scrollviewer.
Expected behavior
Scrollviewer should be just bit larger.
Screenshots
OS version
Windows 11
.NET version
.NET 9
WPF-UI NuGet version
4.0.2
Additional context
No response
The text was updated successfully, but these errors were encountered: