Is it possible to select multile line in combo box

sailung

New member
Joined
Sep 28, 2005
Messages
1
Programming Experience
Beginner
Hello friend
I have problem multiple select in combo box. is it possible to do like List box if so can you help me pls.

thank you
 
The selection in a ComboBox is displayed in the single-line text section at the top. If you were to make multiple selections then where exactly would you display them? The ListBox provides this functionality so if that's what you want then a ListBox is what you should use.
 
Back
Top