Tag Archive for 'horizontalalign'

19
Mar

Horizontally aligning tabs within a TabBar control in Flex

The following example shows how you can align tabs within a Flex TabBar control by setting the horizontalAlign style.

Full code after the jump.

Continue reading ‘Horizontally aligning tabs within a TabBar control in Flex’

18
Mar

Horizontally aligning items in a FormItem container in Flex

The following example shows how you can align form items horizontally by setting the horizontalAlign style to “left”, “center”, or “right” on the Flex FormItem container.

Full code after the jump.

Continue reading ‘Horizontally aligning items in a FormItem container in Flex’

24
Feb

Aligning items horizontally in a ControlBar container in Flex

The following example shows how you can align controls in a Flex ControlBar container by setting the horizontalAlign style.

Full code after the jump.

Continue reading ‘Aligning items horizontally in a ControlBar container in Flex’

25
Sep

Using the TabNavigator control’s tabOffset style in Flex 3

The following example shows how you can control the horizontal offset of the tabs in a TabNavigator control by setting the tabOffset style.

Full code after the jump.

Continue reading ‘Using the TabNavigator control’s tabOffset style in Flex 3′

09
Sep

Changing tab alignment within a Flex TabNavigator container

The following example shows how you can change the horizontal alignment of tabs within a TabNavigator container so that the tabs are left, center, or right aligned within the container.

Full code after the jump.

Continue reading ‘Changing tab alignment within a Flex TabNavigator container’

25
Aug

Changing a Tile container’s horizontal and vertical alignment

The following example shows how you can horizontal and vertical alignment in a Tile container using the horizontalAlign and verticalAlign styles respectively.

Full code after the jump.

Continue reading ‘Changing a Tile container’s horizontal and vertical alignment’