Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: camelord on January 23, 2014, 04:45:42 PM
-
Hi
i created a scrollview with a grid as child and a few widgets in the grid. I also added a button (outside of the scrollview).
See attachment how it looks like.
I want to scroll from one griditem to the next clicking on the button.. How can i do this please?
camelord
-
Check out this tutorial. It touches on scroll views, and toward the end grids.
http://www.youtube.com/watch?annotation_id=annotation_1679152271&feature=iv&src_vid=OT0hTxjjkY4&v=B66xhIvYF00 (ftp://www.youtube.com/watch?annotation_id=annotation_1679152271&feature=iv&src_vid=OT0hTxjjkY4&v=B66xhIvYF00)
-
hi again,
the Link does work, sorry.
To make my question more concrete:
It does not need to be a scroll view, i just thought it would be the best base to implement scrolling on tap (or click).
The user must not scroll by swiping, just by clicking the button..
camelord
-
Check the documentation page for NGUI. That video is the first link -- NGUI 3.0.7 Tutorial. It covers how to make scroll views, click to center on items, and many other things.
-
ok thank you..