WPF Combobox binding

Posted by plotnick on Stack Overflow See other posts from Stack Overflow or by plotnick
Published on 2010-03-16T21:49:55Z Indexed on 2010/03/16 23:01 UTC
Read the original article Hit count: 282

Filed under:
|
|

I got two Comboboxes and both of them have binding with the same Source.

<ComboBox ItemsSource="{Binding Source={StaticResource UsersViewSource}}"

And when I change something in the first one, it reflects also to the second one. And I dunno how to keep their SelectedItem values separately, using the same ItemsSource.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about combobox