Connecting Tech Pros Worldwide Forums | Help | Site Map

How to multi select items in a combo box(help Me)

Tuku
Guest
 
Posts: n/a
#1: May 17 '07
I want a combo box through which i can select multiple values.Like a list box. Can you please help?

Peter Duniho
Guest
 
Posts: n/a
#2: May 18 '07

re: How to multi select items in a combo box(help Me)


On Thu, 17 May 2007 09:27:11 -0700, Tuku <Uttamwrote:
Quote:
I want a combo box through which i can select multiple values.Like a
list box. Can you please help?
I don't think it makes sense in a combo box. The point of the combo box
is to have a single value, with an easy-to-access list from which the
value can be chosen.

If you want something like a combo box but which supports multi-select
(for example, like the File Open dialog, where you can multi-select and
that builds a string combining all of the items you've selected), I think
you have to implement that yourself. I'm not aware of any built-in
control that does that in a general-purpose way.

Pete
Closed Thread