Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: GarbageBin on October 06, 2012, 03:24:37 PM
-
I have created a scroll view(SV) and tried to attach a scroll(SB) bar to it. At the moment it is possible to scroll the SV and it will move the SB cursor. Sadly it does not work the other way around. It is not even possible to move the SB cursor by clicking on it or on the SB background. What could be the possible reasons?
-
Double-check where you have your colliders. Your scroll view's collider is likely covering your scroll bar.
-
The problem was that the scroll bar (SB) had it's own panel component. After I attached the SB to another panel, it worked as it should have.