QML ScrollView velocity
Unsolved
QML and Qt Quick
-
In QtQuick 2 (Qt 6.2.3) how can I set the scroll velocity of a ScrollView (i.e. the amount of vertical movement caused by a mouse wheel elementary event)?
ListView has a highlightMoveVelocity property but this isn't documented for ScrollView.