Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Bobbin on March 13, 2014, 09:01:23 AM
-
I need to change the scroll position of a scrollview element after pushing a button.
I've tried several things but nothing seems to work. Help?
-
SpringPanel.Begin will move the scroll view to the target local position of your choice. UIScrollView.SetDragAmount will move the scroll view to the target relative position (0-1 range).
-
Thanks.