alicanerdogan/HamburgerMenu

HELP...

chrisusher opened this issue · 3 comments

I'm getting started with your control but new to WPF.

How can I change the page of a Window when a user clicks on a different menu item from the Hamburger menu? I've looked at your demo too, still none the wiser. Sample code would be very grateful.

Thanks in advance.

Crsk commented

@alicanerdogan same issue :(

Same problem but it seems that there is no help available here.

You can put the HamburgerMenu in a grid and a frame in a different column/row and use the following:

On the Selected Event of the HamburgerMenuItem
frame.Navigate(new NameOfPage);