Is there any way of getting the items of a multiselect in a listbox without using the code behind, but whith just the binding?
I know that I can do a foreach on the code behind etc.. But I'm guessing if there is a cleaner solution with just the binding between XAML and ViewModel.
On some of the listboxes the IsSelected property is used to set multiple items selected at the page loading.
Thanks for the help.