Hi,
I know after reading few articles and forum threads that it's impossible to use SelectedItems property of Listbox in xaml with MVVM and binding. I cam across few articles explaining the workaround this issue, but they seemed quite complex to me.
Can anyone suggest or direct me to the simplest solution please? Preferably without using any extra non-standard libraries.
I mean one of the reasons to use a list box is its multiple selection capability. I guess there must be a straight forward way of using it in xaml, right?
Thanks