PDA

View Full Version : help me: editing scrollpane


mrfunny
02-09-2004, 02:42 PM
i would like to change the color of the border and some other graphics, but i cant edit that component, i cant go inside the clips of scrollpane.

How can i do that?

I have FlashMX 2004

Stimpson
02-12-2004, 09:22 AM
Hey,

You can lookup all that info in the FMX2004 documentation ;). You can reference the content in a scrollpane with scrollpaneInstance.content. and in turn use that reference to access to clips inside. The border of the scrollpane, as with all other FMX2004 components, can be changed with setStyle and borderColor or borderStyle.