Reputation: 4465
I want a hamburger menu button in my UWP app title bar.
I already know how to make a "back" button visible in the title bar and how to handle its clicked event. I have seen samples of how to customize the title bars colors and stuff, and I have also seen some samples of how to put controls in it, but its all too much complicated.
Upvotes: 0
Views: 2685
Reputation: 374
If you are looking for a simple hamburger control, here is a video tutorial I followed to while learning. It is simple and does the work pretty well. The source is available on the provided link. Please mark as answer if it helped you.
Upvotes: 0
Reputation: 128
Here is a hamburger menu which is really simple but functional. No code-behind, just XAML.
https://github.com/vborovikov/hamburger
The hamburger button sits below the title bar like in any other Windows 10 apps.
Upvotes: 1