Qt 6.11 is out! See what's new in the release
blog
QML ScrollView velocity
-
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.