Archive for April 20th, 2008

20
Apr

Setting the vertical spacing between items in a LinkBar control in Flex

In a previous example, “Setting the horizontal spacing between items in a LinkBar control in Flex”, we saw how to change the horizontal spacing between items in a Flex LinkBar control by setting the horizontalSpacing style.

The following example shows how you can set the vertical spacing between items in a vertical Flex LinkBar control by setting the verticalGap style.

Full code after the jump.

Continue reading ‘Setting the vertical spacing between items in a LinkBar control in Flex’

20
Apr

Setting the horizontal spacing between items in a LinkBar control in Flex

The following example shows how you can set the horizontal spacing between items in a Flex LinkBar control by setting the horizontalGap style.

Full code after the jump.

Continue reading ‘Setting the horizontal spacing between items in a LinkBar control in Flex’