c# - how can i have a listbox or combobox or something like that, with MULTISELECTION in visual studio -


i have tried checkedlistbox , multiselect option not supported,

is there thing can add items , have multiselection ?

there selectionmode property lsitbox control believe: http://msdn.microsoft.com/en-us/library/system.windows.forms.listbox.selectionmode.aspx

also, use listview this: http://msdn.microsoft.com/en-us/library/system.windows.forms.listview.multiselect.aspx


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -