Mega Code Archive

 
Categories / Flex / Components
 

Use ButtonBar with mx

" src="http://www.rntsoft.com/Code/FlexImages/UseButtonBarwithmxButtonBar.PNG"         <?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" >     <mx:ButtonBar horizontalGap="5">         <mx:dataProvider>             <mx:String>A</mx:String>             <mx:String>B</mx:String>             <mx:String>C</mx:String>             <mx:String>D</mx:String>         </mx:dataProvider>     </mx:ButtonBar> </mx:Application>