Ok I have a ListView object which have a List as ItemSource and I\'d like to refresh the ItemSource whene
ListView
List
ItemSource
Change List to ObservableCollection and implement INotifyPropertyChanged to have changes reflect in your ListView.