July 2017
Beginner
466 pages
9h 37m
English
The GridView control represents a set of scrollable items in rows and columns, stacked in a horizontal manner until they need to wrap to the next line. It is often used to display a photo/media gallery or a home page/dashboard of navigational linked items in a large display:

The elements can be dynamically added to its Items property from code behind class. You can also do a data binding of a collection of items to its ItemsSource property. In case you have some static data that won't change, you can directly place it in XAML inside the GridView tag as written in the following code to demonstrate the preceding example: ...
Read now
Unlock full access