UWP 040 | Data Binding to the GridView and ListView Controls

905
0

Now we move on to learn about working with data in our apps. What can we do when we want to work with collections of data and display that data to a user? In this lesson we learn about the concept of data binding, how to bind a special Grid and List control (the GridView and ListView, respectively) to display the data in a tabular or list fashion. We’ll also learn about creating data templates that define the layout for each instance of the class we’re binding to.

Lesson source code: https://github.com/Windows-Readiness/…

Full series source code: https://github.com/Windows-Readiness/…

Previous articleUWP 039 | Adaptive Layout with Device Specific Views
Next articleUWP 041 | Keeping Data Controls Updated with ObservableCollection