In qml how to improve the listview's speed when switch page?
-
If you are expecting any kind of help, you need to provide enough details. Do you mean you have divided your picture in to pieces and added all those pieces only by one to listView or how is it?
EDIT: Sorry for my harsh answer here.. Don't know what was I thinking when I replied to this.
-
Try:
horizontal/vertical VelocityIf you still can't get it to perform well, I would recommend switching to using Loaders. Usually 2 loaders would suffice to achieve a nice sliding effect.
-
@
i have same problem with you;i have some ideas:
1,create the custom listview, but i find the listview in qml can not inherit
2,set the contentX or contentY dirently after a pan event; but i find some conflicts with the nature animation
if you have some advises,you can use tigriswing@gmail.com
@