UWP 017 | XAML Layout with RelativePanel

784
0

Next you’ll learn about new layout controls that help you build the distinctive hamburger navigation style used frequently in Windows 10. The RelativePanel allows you to align edges of controls to edges of other controls or the window itself.

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

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

Previous articleUWP 016 | Laborious Layout Challenge: Solution
Next articleUWP 018 | XAML Layout with the SplitPanel