How to create hamburger menu and Tab bar for all screens in MAUI
Ashwini
26
Reputation points
Hi,
I wanted to create Hamburger menu with item named as "Specification", "Contact", "Terms & condition", "About" , "Feedback" . Also I wanted to create Tab bar named as "Home", "Chart", "Calculator" "Datasheet".
Each Hamburger item must have same above tab bar. I tried with Flyout item and tab bar, but output is not as expected.
Expected Result is:
- Specification -> tab. bar("Home", "Chart", "Calculator" "Datasheet")
- Contact -> tab. bar("Home", "Chart", "Calculator" "Datasheet")
- Terms & condition -> tab. bar("Home", "Chart", "Calculator" "Datasheet")
- About - > tab. bar("Home", "Chart", "Calculator" "Datasheet")
- Feedback -> tab. bar("Home", "Chart", "Calculator" "Datasheet")
Kindly help me with this.
Sign in to answer