Combo box

B

Bry

I have created a combo box to select an item from a list
of items. Is there a way to select all the items using
the same combo box? Any assistance would be appreciated.

Bry
 
P

Pavel Romashkin

Use a list box and enable MultiSelect property. It is nice for the user
to be able to see the multiple senected items at the same time.

Cheers,
Pavel
 
Top