Author Topic: Scroll bar not fully working  (Read 2194 times)

GarbageBin

  • Guest
Scroll bar not fully working
« 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?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Scroll bar not fully working
« Reply #1 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.

GarbageBin

  • Guest
Re: Scroll bar not fully working
« Reply #2 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.