The following example shows how you can set the text alignment on a Flex TabBar control by setting the tabStyleName, tabWidth, and textAlign styles.
Full code after the jump.
Continue reading ‘Setting the text alignment on a TabBar control in Flex’
In a previous example, “Horizontally aligning tabs within a TabBar control in Flex”, we saw how you could horizontally align tabs in a TabBar control by setting the horizontalAlign style.
The following example shows how you can align tabs vertically within a Flex TabBar control by setting the verticalAlign style.
Full code after the jump.
Continue reading ‘Vertically aligning tabs within a TabBar control in Flex’
The following example shows how you can style the TabNavigator control in Flex using the tabStyleName, firstTabStyleName, lastTabStyleName, and selectedTabTextStyleName styles.
Full code after the jump.
Continue reading ‘Styling the Flex TabNavigator control’