Qt 6.11 is out! See what's new in the release
blog
Flickable inside SwipeView has different behaviour for left and right bounds
-
I have a Flickable containing a row of cards based on the QDS "thermo" example. The Flickable is on a page of a SwipeView.
When the left bound of the Flickable is reached by flicking toward the right then the flick/drag transfers to the SwipeView and it moves the current page to the right and changes the SwipeView page. This is the behaviour I want.
However when the right bound of the Flickable is reached by flicking toward the left then it just stops and does not transfer the flick/drag to the SwipeView and the page doesn't change.
Messing about with
boundsMovementandboundsBehaviordoesn't seem to make any difference.How can I make the right boundary work like the left one?