Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
ObservableCollection « Windows Presentation Foundation « C# / C Sharp
C# / C Sharp
Windows Presentation Foundation
ObservableCollection
1.
Use ObservableCollection as Resource
2.
Bind to ObservableCollection
3.
Create a ListView control that uses a GridView view mode to display the contents of an ObservableCollection<(Of <(T>)>).
4.
Bind to ObservableCollection and ItemsSource
5.
Apply Custom Sorting Logic to a Collection