How can we select more than one in ListPicker?

Hi Dears,
I want to show some markers in map. for this I need to select some peoples from ListPicker (more than one). is it possible or another methods for that? for example with CheckBox?
thancks for your tip

Hello Hamid

Even when you are picking more than one person, you still need to select them individually. The problem with ListPicker is that you have to open it for each individual pick - so use a List View instead. The List View Selections can be added to a "picked" List View that displays the selections made in the main ListView..

thanks a lot ChrisWard. i did that with defining List view in a procedure and select individual and add selection to new list.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.