Hi,
We have a problem in our project.
Some scrollbars are related to each other and does stuff when the others do stuff.
The problem is that when a Scrollbar have a value of 0, something is going wrong, and built in anchors are not refreshing correctly.
On the screenshot, the object container is the background of the UIScrollbar on Aff. You can see that the UISprite on Container have his anchors left property linked to an object named Sprite. This is the Sprite object below Eco.
But for some reason when the UIScrollbar start and that its value is setted to 0 in the code, even if we call ForceUpdate, UISprite is disabled(seems to be related to the 0 value) and the anchor doesn't refresh.
(I updated to the last version of NGUI but it didn't solved my problem).
So where does NGUI disable Widgets when Scrollbar value is 0 ?