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 -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -