Use ButtonBar with : ButtonBar « Components « Flex
- Flex
- Components
- ButtonBar
Use ButtonBar with

<?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