Hi, I have problem binding two combo box controls on same static collection in same window. When I change selected item in one control the other control's selected item is too changed.
ItemsSource="{Binding Source={StaticResource ResourceKey=StaticCollections},Path=PartnerCollection}"
|