UWP 021 | Implementing a Simple Hamburger Navigation Menu

964
0

Now that we understand how to utilize the RelativePanel and SplitPanel, and we have access to new controls in the Toolbox, we can build a “poor man’s” hamburger style navigation system that can easily be re-used throughout the remainder of this series of lessons.

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

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

Previous articleUWP 020 | Common XAML Controls: Part 1
Next articleUWP 022 | Cheat Sheet Review: Windows 10 Layout Hamburger Navigation and Controls