Prism.Maui MenuBarItems #3305
-
I am a user of Prism.Wpf and have recently been learning .NET Maui and only recently tried Prism.Maui. I am mainly interested in using Maui for Desktop applications on Windows and Mac. Does Prism.Maui support <ContentPage.MenuBarItems> for Windows or MacOS targets? I tried it but did not see the MenuBar on Windows. It probably does not work since the MenuBar may only be unique to a Maui AppShell application. Is there a way to start Prism.Maui with an AppShell in order to get the menu functionality for a desktop application? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I fixed my issue. I needed to change the |
Beta Was this translation helpful? Give feedback.
I fixed my issue. I needed to change the
CreateWindow("MainPage")
call toCreateWindow("NavigationPage/MainPage")