Open
Description
Also, need to add
- An article related to data binding that's example first instead of overview first. Almost like a learn module? Or maybe a learn module directly....
- Edit pass on Data Binding Overview
Contributes to #60
- Data binding
- Overview (link)
- Binding declarations (link link)
- Binding sources (link)
- Data templates for controls (link)
- LINQ to XML
- Common tasks
- Create a binding (link link link)
- Update TextBox data source as you type (link)
- Bind to a collection (link)
- Bind to an enumeration (link)
- Bind the properties of two controls (link)
- Validate bindings and present errors (link link)
- Display multiple collections with CompositeCollection (link)
- Convert bound data (link)
- Create a binding in code (link link)
- Sort, filter, and group data with CollectionView (link link link link link)
- Implement property change notification (link)
- Bind to an ObservableCollection (link)
- Bind to XML data with XPath (link link link) (should be improved)