The TabNavigator does not seem to respect the horizontalAlign style.
 
Tried following sample to align tabs to the right.
 
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="
http://www.macromedia.com/2005/mxml" xmlns="*" layout="vertical">
 <mx:TabNavigator width="100%" height="100%" horizontalAlign="right">
  <mx:HBox label="Tab 1" />
  <mx:HBox label="Tab 2" />
  <mx:HBox label="Tab 3" />
 </mx:TabNavigator>
</mx:Application>
 
Sree



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to