Tag Archive for 'verticalscrollbarstylename'

10
Apr

Removing the track skin from a List control in Flex

The following example shows how you can remove the track skin from a Flex List control by setting the trackSkin style to null.

Full code after the jump.

Continue reading ‘Removing the track skin from a List control in Flex’

13
Feb

Removing the scrollbar thumb from the vertical scroll bar in a Flex DataGrid control

The following example shows how you can remove the scroll thumb from a scroll bar by setting the thumbSkin and verticalScrollBarStyleName styles.

Full code after the jump.

Continue reading ‘Removing the scrollbar thumb from the vertical scroll bar in a Flex DataGrid control’

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’

29
Dec

Styling a Flex 3 ComboBox control’s vertical scroll bars

The following example shows how you can style the vertical scroll bar on a ComboBox control in Flex 3 by setting the dropdownStyleName style and verticalScrollBarStyleName style.

Full code after the jump.

Continue reading ‘Styling a Flex 3 ComboBox control’s vertical scroll bars’