Scrollbar

Does anybody out there know how to change the color of your scroll bar, make it narrower, etc, pretty much customize the thing. I have no idea how to alter the properties of the scrollpane component.

yourScrollbar.setStyleProperty(“styleProperty”, newValue);

for example:
yourScrollbar.setStyleProperty(“arrow”, 0xff0000);
look at the flash ui components reference for more properties