I have a ListBox, I populate it with ItemsSource with List.
ItemsSource
List
But when I delete or add new control for this List, I need every tim
Implement INotifyPropertyChanged interface in your viewmodel. Post that in the setter of this List, call the NotifyPropertyChanged event. This will result in updating your changes on UI