In qml GridView,which property will influence scroll speed?
-
you can use the listview .and set the contentX or contentY dirently when drag event accurs
-
Take a look at "horizontalVelocity and verticalVelocity":http://doc.trolltech.com/4.7-snapshot/qml-flickable.html#horizontalVelocity-prop
-
Ohh, I
m sorry. I didn
t see the read-only flag :(There is also maximumFlickVelocity property. It is not read-only. May it will help :)
-
"GridView.maximumFlickVelocity":http://doc.qt.nokia.com/4.7-snapshot/qml-flickable.html#maximumFlickVelocity-prop