Question dropdown and multiselect

enne87

New member
Joined
Aug 4, 2009
Messages
1
Programming Experience
1-3
Hi!

I'm desperately searching for a control that can display several items. Since the space in my form is rare, I'd like something like a combobox with a dropdown menu, but it should support multiselection.

Is there such a control in the .net - framework?

Cheers,

enne
 
I've seen modified ComboBoxes that adds a CheckBox next to each item so the user can check the items they want then you simply loop through the collection looking for the checked ones and go from there.

I don't recall what control is was, but I'm fairly confident Google search of 'MultiSelect ComboBox' would turn up something of use to you.
 
Back
Top