Scrollpane border!?

Can someone please help me get rid of the scrollpane border!?? :disco:

Been trying for a while but get rid of it! :sigh:


_global.styles.ScrollPane = new mx.styles.CSSStyleDeclaration();
_global.styles.ScrollPane.setStyle("borderStyle","none");

Yes! it’s gone! thank you very much!!!

but… It’s stuck… i can’t scroll! what shall i do?


_global.styles.ScrollPane = new mx.styles.CSSStyleDeclaration();
_global.styles.ScrollPane.setStyle("borderStyle","solid");
_global.styles.ScrollPane.setStyle("borderColor","0xffffff");

You can just make the border color the color of your background.

Yeah… but the scroller is stuck…
can’t drag it up and down…

Do you know what’s wrong?!

No i dont sry

Thx 4 helping with the color!!
Can i make it transparent??