Question
scrollPane - Change Position of Horizontal Scrollbar?
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.