Episode

UWP-008 - XAML Layout with Grids

Building a user interface can be complex since there are so many issues to consider. Here you'll learn how to create row definitions and column definitions, then specify how each control can ask to be placed inside of a given cell in a grid.

Lesson source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10/tree/master/UWP-008/UWP-008

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

PDF: https://aka.ms/absBeginnerWin10pdf

Beginner