Hi,
I have a repeater: <mx:HBox top="10" bottom="40" left="10" right="10"> <mx:Repeater id="productsRepeater" dataProvider="{languageData}" > <mx:Button id="buttonsArray" label="{productsRepeater.currentItem.name}" toggle="true" /> </mx:Repeater> </mx:HBox> Which is working fine but I really need 4 buttons per row then to start a new row. At the moment they just push of the side of the page. Ideas? Paul.