How to create hamburger menu and Tab bar for all screens in MAUI

Ashwini 26 Reputation points
2023-07-20T03:58:59.24+00:00

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:

  1. Specification -> tab. bar("Home", "Chart", "Calculator" "Datasheet")
  2. Contact -> tab. bar("Home", "Chart", "Calculator" "Datasheet")
  3. Terms & condition -> tab. bar("Home", "Chart", "Calculator" "Datasheet")
  4. About - > tab. bar("Home", "Chart", "Calculator" "Datasheet")
  5. Feedback -> tab. bar("Home", "Chart", "Calculator" "Datasheet")

Kindly help me with this.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,916 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.