Select Multiple items in listbox in wpf using c# -


i want set multiple selection in listbox using c#.

for example, have list of values want set these values selected in listbox.

how can this?

mylistbox.selecteditems.add(item1); mylistbox.selecteditems.add(item2); ..... 

Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -