Qt 6.11 is out! See what's new in the release
blog
Difference between ListView SnapMode and SwipeView
-
Hello everyone,
Right now I am scrolling through different ListView elements (lets say they are different color rectanges) using snapMode: ListView.SnapOneItem. However there are lots of problems with the app I am working with and I found about SwipeView and thinking about changing to it (hoping I can reduce number of lines of code that are right now).
What are the differences between those two? I haven't found such topic previously.
I can add that right now there are several variants of number and colors of rectangles that can be loaded up and changed during runtime.