1
NGUI 3 Support / Re: How do I build a correctly aligning vertical scrollview table?
« on: April 28, 2014, 07:01:06 PM »
Do you have the "Content Origin" of your ScrollView set to "TopLeft"? Do so, and then right-click on the UIScrollView component and choose ResetClippingPosition. This should re-position your table to the top-left of the scroll view, or any other origin you choose.
To do this in code, call UIScrollView.ResetPosition();
Does that help with your issue?
To do this in code, call UIScrollView.ResetPosition();
Does that help with your issue?

