Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
in my touchable phone device, i usr listview to show several page;
and when switch the page, i find it too slow to move ; the speed seemed according to the time i pan;
my question is , how can i accelerate the listview moving speed ? Thanks
I think you need to see the highlightMoveSpeed property
see http://doc.qt.nokia.com/4.7-snapshot/qml-listview.html
the highlightResizeSpeed property is only support when change the currentindex of listview,and when i pan the view directly ,the property is unuseful
The corkboard example implements your feature. You can find it here: examples/declarative/toys/corkboards I have not tested it on a phone however.
thank for your reply; i check the example, and i find it have some problem:
when i pan the view lightly, the speed of listview is slow too.
can i accelerate the speed or at least set the minimum speed for the listview?