I have a GridView
in a ScrollView
.
The default scrolling speed/stepping for the mouse wheel is just a few pixels and I would like to increase it. What is the better way for doing this?
I am using Qt5.3.
You can use the __wheelAreaScrollSpeed
property of a ScrollView to set its scroll speed.
ScrollView {
__wheelAreaScrollSpeed: 50
Item {} //The content you wish to scroll
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With