Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
how can I set flickable pixels(width) in Flickable by one flick?
-
how can I set flickable pixels(width) in Flickable by one flick?
In fact I want to implement a function as ListView.SnapOneItem in ListView.
-
Is
horizontalVelocity
useful?
-
Should I implement it with inheriting
QQuickListView
orQQuickItemView
??