Ok I have a ListView object which have a List as ItemSource and I\'d like to refresh the ItemSource whene
ListView
List
ItemSource
Just convert your System.Collections.Generic.List to a System.Collections.ObjectModel.ObservableCollection before binding it to the ListView.
System.Collections.Generic.List
System.Collections.ObjectModel.ObservableCollection