ObservableCollection « Windows Presentation Foundation « C# / C Sharp






1.Use ObservableCollection as ResourceUse ObservableCollection as Resource
2.Bind to ObservableCollectionBind to ObservableCollection
3.Create a ListView control that uses a GridView view mode to display the contents of an ObservableCollection<(Of <(T>)>).Create a ListView control that uses a GridView view mode to display the contents of an ObservableCollection<(Of <(T>)>).
4.Bind to ObservableCollection and ItemsSourceBind to ObservableCollection and ItemsSource
5.Apply Custom Sorting Logic to a CollectionApply Custom Sorting Logic to a Collection