View Single Post
Posts: 55 | Thanked: 206 times | Joined on Mar 2019
#33
Thanks for your helpful tips, coderus!

Originally Posted by coderus View Post
1. PageStack is stack, it's linear. You should have a page under your depth to go lower.
Navigating the stack backwards is clear (and easy). It's the possibility to navigate "forward" from page 1 to page 2 (without the need of a button, just swiping) which I'm looking for.

Originally Posted by coderus View Post
2. You can pass any arguments to a page you pushing to. Process it inside page to scroll
Passing the "scroll-to-item" to page 3 was exactly what I thought of. But how to scroll the page?

Originally Posted by coderus View Post
3. You can use transform property: https://doc.qt.io/qt-5/qml-qtquick-i...transform-prop
Wonderful! Exactly what I was searching for!
 

The Following User Says Thank You to BGK For This Useful Post: