MenuBar on Mac OS App not working #27459
Unanswered
jfraschilla
asked this question in
Q&A
Replies: 1 comment
-
Hi, I have written a blog post where I explore the MenuBar and how it works, and how to adapt it in your .NET MAUI app here: Hope this helps to get your Menu working. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I built a .NET MAUI app using your standard project template. I added the following to the MainPage.xaml
When I build on a windows device using VS2022 I see a window with the menubar as I specified. When I build on a Mac using VSCode I see the standard window but the menubar seems to not have the items I was expecting. It seems to have a standard Mac MenuBar with more items and submenus than I expected.
Beta Was this translation helpful? Give feedback.
All reactions