8000 XFMenu/README.md at master · Tillman32/XFMenu · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 650 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 650 Bytes

XFMenu

Xamarin.Forms cross platform, slide out, hamburger menu. alt text

Clone & Run

Yup, that simple... it works out of the box.

Adding a new item to the Menu

  1. Create the page class & code behind.
  2. Insert new MainMenuItem model object, inside the MainMenuItems List (MainMenu.xaml.xs).
  3. Wire up another NavigationPage in the same file (MainMenuItem_Selected event handler).

More

Check out my blog post, and feel free to contact me!

0