I have a listbox that has its SelectionMode property set to Multiple.
Is it possible to bind the SelectedItem property to a List? and not to a single item?
Thanks
|
|
|
I've been using Samuel's solution for this and it works very well. http://blog.functionalfun.net/2009/02/how-to-databind-to-selecteditems.html |
|||
|
|
You can use ListBox.SelectedItems property for this.
|
|||
|
|