Hi,
I've successfully done binding to SlectedItem but when I trying to bind to SelectedItems(MultipleSelectionAllowed = True) application hangs. I've attached Sample Project. Could you please help me.
Thanks, Vahagn.
Hi Vahagn,
The SelectedItems property on the XamMultiColumnComboEditor was not meant to be bindable. If you want to bind to the SelectedItems collection then instead you should use a Blend Behavior<T> to do this. I modified your sample to show this. In the MainWindow.xaml.cs file I added a Behavior<T> which will translate the selected items into the view model SelectedItems property and vice versa.