Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: jeldrez on February 21, 2014, 10:02:20 AM
-
How the title said, I would like to slide just one page or item in the scrollview doesn't matter how long it's the swipe.
Currently if you do a long swipe it goes far away and I prefer to change it to just the next item doesn't matter how long is the swipe.
Thanks!
-
I'm not sure if this was a question or a feature request. If you want that kind of functionality, you'll need to code that kind of logic.
-
At first it was a question.... I was just wondering if exist in how it works right now.
A lot of clients look for that behavior on ScrollView.
It would be nice to have a toggle option in the UICenterOnChild script.
Thanks!
-
If your children are positioned far enough (think pages), then swiping will go to the next "page", provided the Next Page Threshold is set on UICenterOnChild.
-
At first it was a question.... I was just wondering if exist in how it works right now.
A lot of clients look for that behavior on ScrollView.
It would be nice to have a toggle option in the UICenterOnChild script.
Thanks!
Sorry about the post necromancy, but maybe it's useful to someone else:
Try grouping your elements inside container widgets. The Scrollview will contain the containers, and each container will work as a page.