Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

HELP... #6

Open
chrisusher opened this issue Sep 23, 2016 · 3 comments
Open

HELP... #6

chrisusher opened this issue Sep 23, 2016 · 3 comments

Comments

@chrisusher
Copy link

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
Copy link

Crsk commented Nov 14, 2016

@alicanerdogan same issue :(

@pbSKAT
Copy link

pbSKAT commented Nov 29, 2016

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

@jlatimer11
Copy link

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);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants