UWP 009 | XAML Layout with StackPanel

780
0

While grids are useful, sometimes you need controls arranged relative to each other. The StackPanel allows you to stack controls vertically or horizontally. Bob demonstrates just how powerful this approach can be with some advanced examples.

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

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

Previous articleUWP 008 | XAML Layout with Grids
Next articleUWP 010 | Cheat Sheet Review: XAML and Layout Controls