May 2014
Beginner
816 pages
23h 43m
English
What You’ll Learn in This Hour:
How to perform data binding
How to use data binding to control rendering
How to customize the view of a collection
No matter where data originally comes from, you can attach its in-memory representation to various controls by leveraging data binding. Instead of iterating through a data source and manually adding a ListViewItem to a ListView for each one, for example, it would be nice to just ...
Read now
Unlock full access