I have a Listbox that I have bound to a list of strings.
I have set the Listbox's selection mode property to multiple so that several items within the listbox can be selected.
I want to bind the selected items to a property that would also be a list of strings.
However the Listboxes SelectedItems Property is readonly. Therefore I cannot bind to it. (I want the list box to remember my selection).
I don't see how microsoft intended the listbox to be used in this way..
If anyone can point me into the right direction, that would be much appreciated.