Toolbar menus on Android & iOS #15995
-
Is there any way to add a toolbar menu in Shell, or is the only option to forego Shell, add a NavigationPage and add it yourself in a custom TitleView? |
Beta Was this translation helpful? Give feedback.
Answered by
JRosanowski
Jul 7, 2023
Replies: 1 comment
-
Maui uses ContentPage.ToolbarItems - see https://dotnet.microsoft.com/en-us/download/e-book/maui/pdf sample app |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JRosanowski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maui uses ContentPage.ToolbarItems - see https://dotnet.microsoft.com/en-us/download/e-book/maui/pdf sample app