DataGrid and
<?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:DataGrid> <mx:ArrayCollection> <mx:Object> <mx:Artist>A</mx:Artist> <mx:Price>1.99</mx:Price> <mx:Album>AA</mx:Album> </mx:Object> <mx:Object> <mx:Artist>B</mx:Artist> <mx:Album>BB</mx:Album> <mx:Price>1.99</mx:Price> </mx:Object> </mx:ArrayCollection> </mx:DataGrid> </mx:Application>