I currently use a Tab Navigator in my flex project and ideally I would like to continue to use it but the problem is there is quite a few tabs and almost all of them end in "..." because their is not enough space to display the entire header. is it possible to display the navigator over two rows? I'm quite new to flex so if this is an easy thing then apologies.
Asked
Active
Viewed 515 times
1
-
Not an answer to your question, but perhaps you can use it as inspiration: http://stackoverflow.com/questions/9718895/flex-multy-row-tabbar/9724019#9724019 – RIAstar Nov 27 '13 at 16:32
2 Answers
0
If you are using Spark Tab Bar, the answer from the link above will work. If you are using the old Halo Tab Navigator, there is an excellent component, SuperTabNavigator available as a part of Flex lib.

flexicious.com
- 1,601
- 1
- 13
- 21
0
I think the following link can help you out. Just Check this...
Hope it will help
http://flexponential.com/2011/10/23/enable-scrolling-in-the-tab-bar-of-a-tabbedviewnavigator/

UI Dev
- 689
- 2
- 9
- 31