Hi,
I need to build a custom dialog with a number of controls, including a drop-down that allows the selection of multiple items.
Problem is I can't seem to find a spinner-like control which supports multiple selections - in the same way the InputMultiList dialog does (and I can't use a modal dialog within another modal dialog - eg InputMultiList within a customdialog)
The only workaround I can think of is to build my own "dialog" using scrollview (added to an activity), an editbutton and then InputMultiList in the editbutton_Click event.
Or is there something I've missed?
Thanks
I need to build a custom dialog with a number of controls, including a drop-down that allows the selection of multiple items.
Problem is I can't seem to find a spinner-like control which supports multiple selections - in the same way the InputMultiList dialog does (and I can't use a modal dialog within another modal dialog - eg InputMultiList within a customdialog)
The only workaround I can think of is to build my own "dialog" using scrollview (added to an activity), an editbutton and then InputMultiList in the editbutton_Click event.
Or is there something I've missed?
Thanks