Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mr.decency

Pages: [1]
1
NGUI 3 Support / Re: Dynamically update UIScrollView size
« on: March 30, 2014, 05:17:17 PM »
That'll do it. thanks  ;D

2
NGUI 3 Support / Dynamically update UIScrollView size
« on: March 30, 2014, 06:50:46 AM »
Hi,

I have a UIScrollView containing a label, which has its text changed regularly.  The label is set to ResizeHeight.  After I change the text the scrolling area still scrolls only the distance of the previous height if I use the mouse wheel or the scroll bar I've set up on the side.  If I click and drag on the text, it will move the entire distance and when I let go, Update the scroll bar correctly.

Is there anyway to update this in code after I change the text?

Pages: [1]