I\'m trying to set a default selected value when ItemsSource property changes on my ComboBox
ItemsSource
ComboBox
My xaml :
Try setting property IsSynchronizedWithCurrentItem to true for your combobox and remove the trigger completely -
true