2 questions in HamburgerMenu #4024
Replies: 2 comments 5 replies
-
let me try to answer your questions.
Happy coding |
Beta Was this translation helpful? Give feedback.
-
I deleted the users ... AppData/Local/"ProjectName" folder and reran the application. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are developing WPF through MahApps.Metro.
I’m practicing by looking at the HamburgerMenu example
I have 2 questions.
First of all, I made some modifications while imitating the example.
However, in the design preview, as in the example, the HamburgerMenu does not appear, only the main screen.
"Exception: ButtonsListView is not defined yet. Please use ItemsSource instead"
Second, I want to implement a button click event, not calling Page when each button item is clicked.
Do I have to use "HamburgerMenuGlyphItem.Tag"?
In addition, I have 2 Pages that need to use HamburgerMenu in common.
so
I want to use HamburgerMenu with common functions by re-creating it as UserControl.
Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions