Use ButtonBar with : ButtonBar « Components « Flex






Use ButtonBar with

Use ButtonBar with <mx:ButtonBar>
       
<?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>

   
    
    
    
    
    
    
  








Related examples in the same category

1.ButtonBar and an event listener for the itemClick eventButtonBar and an event listener for the itemClick event
2.A ButtonBar control automatically adds or removes children based on changes to the dataProvider propertyA ButtonBar control automatically adds or removes children based on changes to the dataProvider property
3.Spark ButtonBarSpark ButtonBar
4.ButtonBar defines an event listener for the change eventButtonBar defines an event listener for the change event
5.Adding style to ButtonBarAdding style to ButtonBar
6.Create a Spark ButtonBar control to navigate the ViewStack containerCreate a Spark ButtonBar control to navigate the ViewStack container
7.Creating an MX ButtonBar controlCreating an MX ButtonBar control
8.ButtonBar click changed eventButtonBar click changed event