WPF: ComboBox only refreshes to binding when never opened -


I have a combobox and set items in the list of stars:

  private List & lt; String & gt; List = new list & lt; String & gt; (); ... combobox CO = new combo box (); Cbo.ItemsSource = list; Combo box is successful on startup. 
But when the list changes, Cambodia does not update its items, but only when I first expanded the item, and Cambodia gets updated ...
Also strange: when I think of Combobox Finding the count of objects, the count is the correct updated number, but the items displayed are not.
Someone has an idea, what's going on here?

Edit: See solutions in comments for Robert's post

I think There is a need to select the observation instead of the list, because the co-habitation should be informed whenever the co-operative changes happen.

Comments