UWP 008 | XAML Layout with Grids

742
0
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.
Previous articleUWP 007 | Understanding XAML Schemas and Namespace Declarations
Next articleUWP 009 | XAML Layout with StackPanel