WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.
First of all, thank you for creating such a fantastic library!
I am unable to adjust the size of the scroll bars. When I attempt to set the height of horizontal scroll bars and the width of vertical scroll bars, the scroll bars remain narrow, and there is unused space around them. I am not trying to modify the default behavior; I just want to be able to customize the width and height of the scroll bars.
Run the application and observe the scroll bars in the DataGrid.
Expected behavior
The scroll bars should resize correctly to the specified dimensions, making them easier to use. Users cannot scroll the horizontal scroll bar with their mouse wheel, so it needs to be dragged, and the current narrow width makes this difficult.
Screenshots
OS version
Windows 10 Home 22H2
.NET version
.NET 8.0
WPF-UI NuGet version
WPF-UI 3.0.4
Additional context
The scroll bars look visually appealing but are difficult to interact with due to their narrow width (horizontal) and height (vertical). Allowing customization of their size should make them more user-friendly, especially the horizontal scroll bar, which needs to be dragged.
Describe the bug
First of all, thank you for creating such a fantastic library!
I am unable to adjust the size of the scroll bars. When I attempt to set the height of horizontal scroll bars and the width of vertical scroll bars, the scroll bars remain narrow, and there is unused space around them. I am not trying to modify the default behavior; I just want to be able to customize the width and height of the scroll bars.
To Reproduce
Expected behavior
The scroll bars should resize correctly to the specified dimensions, making them easier to use. Users cannot scroll the horizontal scroll bar with their mouse wheel, so it needs to be dragged, and the current narrow width makes this difficult.
Screenshots
OS version
.NET version
WPF-UI NuGet version
Additional context
The scroll bars look visually appealing but are difficult to interact with due to their narrow width (horizontal) and height (vertical). Allowing customization of their size should make them more user-friendly, especially the horizontal scroll bar, which needs to be dragged.