question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

HamburgerMenu Command MVVM

See original GitHub issue

Hi,

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:closed
  • Created 7 years ago
  • Comments:21 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
thoemmicommented, Feb 11, 2017

@tomanye That was just a proposal, it’s not implemented yet.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found