binding a WPF ListBox SelectedItem to a list

Posted by Amit on Stack Overflow See other posts from Stack Overflow or by Amit
Published on 2010-03-28T08:44:40Z Indexed on 2010/03/28 8:53 UTC
Read the original article Hit count: 372

Filed under:
|
|
|

I have a listbox that has its SelectionMode property set to Multiple.

Is it possible to bind the SelectedItem property to a List? and not to a single item?

Thanks

© Stack Overflow or respective owner

Related posts about wpf

Related posts about listbox