Mega Code Archive

 
Categories / Flex / Components
 

Create a static List control

<?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">     <mx:List>         <mx:dataProvider>             <mx:String>AK</mx:String>             <mx:String>AL</mx:String>             <mx:String>AR</mx:String>         </mx:dataProvider>     </mx:List> </mx:Application>