I am currently working on a project in Flex and I am having a hard time having a list’s contents ALL be selected by default. Wondering how to do this. Appreciate any help.
<mx:List id="list" dataProvider="{dp}" allowMultipleSelection="true"/>
I’m just trying to have the list all selected.
Try to use something like the following: