Binding a listbox SelectedItem to an Observable Collection?

Posted by code-zoop on Stack Overflow See other posts from Stack Overflow or by code-zoop
Published on 2010-05-06T12:26:15Z Indexed on 2010/05/06 13:08 UTC
Read the original article Hit count: 271

Filed under:
|
|

I have a Listbox in WPF with the SelectionMode set to Multiple, and can multiselect the items in the Listbox. However, the SelectedItem is not updating the Observable Collection it is bound to.

Is there a way to bind the multiple selected items from a ListBox to an Observable Collection?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about listbox