ListView.Refresh
Refresh()
Synchronizes the items in view with the content of the underlying data source, previously assigned via SetDataSource<T>(IList<T>).
Calls Rebind(Int32) for in-view elements, handles changes to the number of items in the data source, and will call Relayout() to ensure the view is filled.
Declaration
public void Refresh()