blob: 7b740d3eb57372901ec84b1957edfa5a75296e2e [file] [log] [blame]
<s:List xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:s="library://ns.adobe.com/flex/spark" height="300" width="100" creationComplete="createDP()">
<fx:Script>
<![CDATA[
import mx.collections.ArrayCollection;
private function createDP():void
{
this.dataProvider=new ArrayCollection(['A','B','C','D','E','F','G','H','I','J',' ','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z']);
}
]]>
</fx:Script>
</s:List>