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
Post a Comment