Hi friends, Is there some way to have a tab navigator in flex where each tab width can be controlled explicitly ?
Thanks in advance.
Hi friends, Is there some way to have a tab navigator in flex where each tab width can be controlled explicitly ?
Thanks in advance.
Yes that can be done. The following example grabs the tab at index 0:
yourTabNavigator.getTabAt(0).width = 200;