Hi

Few questions that I think should be easy to answer?

1. How can I space the tabs up in a tab navigator?  I'd like to have
space between each tab. They look too scrunched to me at least by
default.

2. I am trying to build an application that has tabbed interface and I
am wondering is this the way to go about it.

3. Is there a way to center the tabs in the middle?  Currently they are
left aligned by default

My code is below:

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
layout="absolute" frameRate="60">

<mx:TabNavigator borderColor="#000000" borderStyle="solid"
height="100%" width="100%" backgroundColor="#eeeeee" >

        <mx:VBox label="Tab1" >

        </mx:VBox>

        <mx:VBox label="Tab2">

        </mx:VBox>

        <mx:VBox label="Tab3">

</mx:TabNavigator>

</mx:Application> 

Reply via email to