Click here to Skip to main content
15,883,901 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to select more than two items in combobox
Posted
Comments
_Amy 13-Jun-13 2:34am    
Winforms or Wpf? Tag it.

Have a look at this: A multi-selection Drop Down List using a generic Abstract PopUp class[^]
It's in C#, but it's all pretty obvious.
 
Share this answer
 
Try to use ListBox and MultiSelect property = 1 (Simple) or 2 (Extended) from selection mode property of list box from property window
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900