Skip to main content
Known Participant
May 21, 2013
Answered

Make entire scrollpane scrollable?

  • May 21, 2013
  • 1 reply
  • 2521 views

Hello.  My question title is probably termed incorrectly, but basically I want to be able to make my entire scrollpane scrollable/draggable.  I'm creating this for tablets, and I want people to be able to click anywhere in the scrollpane and be able to scroll up and down, not just with the little slider.  I used the pre-made scrollpane in Flash.  Any ideas on how I can do this?

This topic has been closed for replies.
Correct answer kglad

enable the scrollDrag property of your scrollpane.  eg, is sp is your scrollpane reference:

sp.scrollDrag=true;

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
May 21, 2013

enable the scrollDrag property of your scrollpane.  eg, is sp is your scrollpane reference:

sp.scrollDrag=true;

CuwenAuthor
Known Participant
May 21, 2013

Thank you!!  It worked perfectly.

kglad
Community Expert
Community Expert
May 21, 2013

you're welcome.