Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: GarbageBin on October 06, 2012, 03:24:37 PM

Title: Scroll bar not fully working
Post 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?
Title: Re: Scroll bar not fully working
Post by: ArenMook on October 06, 2012, 07:07:49 PM
Double-check where you have your colliders. Your scroll view's collider is likely covering your scroll bar.
Title: Re: Scroll bar not fully working
Post by: GarbageBin on October 07, 2012, 11:17:40 AM
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.