HamburgerMenu Command MVVM
See original GitHub issueHi,
I use hamburger menu and now I have the problem how to set viewModel to ItemsSource.
My item source are:
<controls:HamburgerMenuGlyphItem Glyph="*" Label="test">
<controls:HamburgerMenuGlyphItem.Tag>
<Views:ViewCaseReviewDebt/>
**There I want set Command (like on Button Command="{Binding testClick}")**
</controls:HamburgerMenuGlyphItem.Tag>
</controls:HamburgerMenuGlyphItem>
Thank you.
Regards, Matej
Issue Analytics
- State:
- Created 7 years ago
- Comments:21 (5 by maintainers)
Top Results From Across the Web
WPF Hamburger Menu: MVVM Support
Use the HamburgerMenu.ItemsSource property to bind the menu to data. The HamburgerMenu.ItemTemplate property allows you to specify the template used to render ...
Read more >MVVM command binding to UWP toolkit hamburger menu
I try to use MVVM pattern to bind ItemClick and OptionItemClick events to command. According to the document https://developer.microsoft.com/en- ...
Read more >HamburgerMenu
The HamburgerMenu control provides an easy-to-use, side-bar menu which users can show or hide by using a Hamburger button. By tapping the icon,...
Read more >HamburgerMenu XAML Control - Windows
The HamburgerMenu Control provides an easy-to-use, side-bar menu which users can show or hide by using a Hamburger button.
Read more >Hamburger Menu/Navigation Drawer - WPF UI COMPONENT ...
Learn how to create a custom hamburger menu (aka navigation drawer) control in WPF. Additional concepts covered include dependency ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@tomanye That was just a proposal, it’s not implemented yet.
@thoemmi added to https://github.com/MahApps/MahApps.Metro/pull/2847