Muhammad Touseef
Muhammad Touseef

Reputation: 4465

Change UWP menu button icon image in title bar (simple way)

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

Answers (2)

Monish Koyott
Monish Koyott

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

Vladislav Borovikov
Vladislav Borovikov

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

Related Questions