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’
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’
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.
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’
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’