Skip to main content
Participant
July 31, 2009
Question

scrollPane - Change Position of Horizontal Scrollbar?

  • July 31, 2009
  • 1 reply
  • 607 views

Hi all,

With scrollPane, is it possible to change the position of the horizontal scrollbar?  I saw an old thread that suggested using the following for moving the vertical scrollbar:

scroller.verticalScrollBar.x=-20;

So I tried changing it to "scroller.horizontalScrollBar.y=-20;" but that had no effect.

This topic has been closed for replies.

1 reply

Inspiring
July 31, 2009

I tried to do this for about 2 days and looked at every post in every forum I could find. It would appear that with some version of the v2 componenents it was possible, but I never got it to work.

Finally I had to create my own scrollbar which was a huge pain and then the client decided to drop scrolling altogether. I will be interested if you find a solution for this.