Archive for February 13th, 2008

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’

13
Feb

Setting the layout direction of a Flex ControlBar container

The following example shows how you can set the child layout direction of a ControlBar container in Flex by setting the direction property.

Full code after the jump.

Continue reading ‘Setting the layout direction of a Flex ControlBar container’