Tag Archive for 'downarrowskin'

20
May

Changing the up arrow skin and down arrow skin on a NumericStepper control in Flex

The following example shows how you can change the down arrow skin and up arrow skin in a Flex NumericStepper control by setting the downArrowSkin and upArrowSkin styles using MXML, CSS, and ActionScript.

Full code after the jump.

Continue reading ‘Changing the up arrow skin and down arrow skin on a NumericStepper control in Flex’

10
Feb

Changing the arrow button skins on a Flex container’s scroll bars

The following example shows how you can change the up arrow and down arrow skins on a horizontal/vertical scroll bar in a Flex container by setting the horizontalScrollBarStyleName, verticalScrollBarStyleName, downArrowSkin, and upArrowSkin styles.

Full code after the jump.

Continue reading ‘Changing the arrow button skins on a Flex container’s scroll bars’