blob: 1ced5010222d1088b1c007a92374ecb7f6dd0853 [file] [log] [blame]
<s:Panel
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:s="library://ns.adobe.com/flex/spark" >
<s:List id="sList" width="150" height="130" selectedIndex="0" >
<s:dataProvider>
<s:ArrayCollection>
<fx:String>ProductA</fx:String>
<fx:String>ProductB</fx:String>
<fx:String>ProductC</fx:String>
<fx:String>ProductD</fx:String>
<fx:String>ProductE</fx:String>
</s:ArrayCollection>
</s:dataProvider>
</s:List>
</s:Panel>