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