How to remove the moving effect when changing the index of ListView and VisualItemModel
QML and Qt Quick
1
Posts
1
Posters
646
Views
1
Watching
-
how to remove the moving effect when changing the index of ListView and VisualItemModel:
I found that there will always be a down-to-up of right-to-left moving effect when I want to change the current visual Item element, RATHER then a instant change.
the moving effect is slow, I want to remove this animation, How I can do?Thank you.