[sovled]how can I make a quick return in listview?
QML and Qt Quick
5
Posts
3
Posters
1.6k
Views
3
Watching
-
hi,
I make a function setCurrentIndex(ndex) to jump currentItem I want, but the default speed is too slow. How can I set the moving speed quickly? -
hi,
I make a function setCurrentIndex(ndex) to jump currentItem I want, but the default speed is too slow. How can I set the moving speed quickly?@beidaochuan Use
positionViewAtIndexinstead. -
@beidaochuan Use
positionViewAtIndexinstead.@p3c0
positionViewAtIndexis amazing, Thanks for your help. -
Hi,
how did you implemented that method?
I think you can try changing theverticalVelocityproperty@mcosta
Thanks for your reply.
positionViewAtIndexworks well.