[sovled]how can I make a quick return in listview?
QML and Qt Quick
5
Posts
3
Posters
1.3k
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
positionViewAtIndex
instead. -
@beidaochuan Use
positionViewAtIndex
instead.@p3c0
positionViewAtIndex
is amazing, Thanks for your help. -
Hi,
how did you implemented that method?
I think you can try changing theverticalVelocity
property@mcosta
Thanks for your reply.
positionViewAtIndex
works well.