2

Is there a way to make a <s:TabBar /> vertical?

ketan
  • 19,129
  • 42
  • 60
  • 98
chchrist
  • 18,854
  • 11
  • 48
  • 82

2 Answers2

1

I've managed to do it with a custom skinClass. I've changed the Datagroup's layout to VerticalLayout

chchrist
  • 18,854
  • 11
  • 48
  • 82
1

The source code here worked for me: http://hasseg.org/blog/post/112/vertical-tabnavigator-component-for-flex/

Bubbles
  • 466
  • 4
  • 17