0

hi is it possible to create/ extend from tab navigator or another component to create a tab navigator where tabs are within tabs. I.e grouped. I have been trying to find some info on this but there is very little available. I have attempted to do something as follows but I cannot successfully get it to work. Any expansion or information on this would be great

Thanks

kris
  • 90
  • 1
  • 1
  • 12
  • Are you talking about [this](http://stackoverflow.com/questions/12940728/how-to-create-and-manage-a-nested-tabbedviewnavigator)? – S.C. Jul 23 '14 at 09:29
  • no, I have a tab navigator with roughly 20 tabs. what I need is to be able to group them into 4 tabs for example. So each of my 4 tabs will have 5 sub-tabs within them that will be visible only when I click their parent tab. i found something like what im after on google images - thanks – kris Jul 23 '14 at 09:53
  • https://www.google.co.uk/search?q=sub+menu&es_sm=93&source=lnms&tbm=isch&sa=X&ei=rYXPU6qeD9Oy7Abe6oGADA&ved=0CAgQ_AUoAQ&biw=1280&bih=899#facrc=_&imgdii=_&imgrc=kXgjjPqBOOJxlM%253A%3BcPrGV_ZpzEaNgM%3Bhttp%253A%252F%252Fi.stack.imgur.com%252FL0pCj.png%3Bhttp%253A%252F%252Fstackoverflow.com%252Fquestions%252F10837855%252Fmenu-style-in-wordpress%3B878%3B335 – kris Jul 23 '14 at 09:53

1 Answers1

0

You can try Flex MenuBar with custom skin for it. Or, maybe it will be easier, you can try to write own component based on Spark ButtonBar (or TabBar) with List as suggested in Flex: Skinning menuBar - is it possible?

Community
  • 1
  • 1
Crabar
  • 1,829
  • 1
  • 14
  • 26