Hi, Per the documentation for the List component:
The user can select one or more items from the list, depending on the value of the allowMultipleSelection property. The docs for this property say it's a boolean property, and the standard means for selecting multiples apply (shift-click or control-click). Also, there is a selectedIndices property which is "An array of indices in the data provider of the selected items." http://livedocs.adobe.com/flex/3/langref/mx/controls/List.html Cheers, Sunil --- In [email protected], "Joshua Jackson" <[EMAIL PROTECTED]> wrote: > > Dear all, > > How do I do multiple selection with mx:List. Is there any parameter > that I have to set? Because I can only select on item from mx:List. > Could anyone give me a hint on this? > > Many thanks. >

