HELP...
chrisusher opened this issue · 3 comments
chrisusher commented
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 :(
pbSKAT commented
Same problem but it seems that there is no help available here.
jlatimer11 commented
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);