Thanks, this is very helpful. An improvement I would like to make is to remove or hide the unused menu button, the three dots at the right end of the title bar. Before I added <Shell.TitleView> to AppShell, there was no menu on the title bar. And I don't need one. The menu appears when <Shell.TitleView> is added to customise the title bar, in Windows at least. Your demo app also has the unused menu button on its title bar.
Unfortunately, it is apparently impossible, for now, to remove the three dots menu. See https://github.com/dotnet/maui/issues/7034
Hi Julian,
I have another question for you regarding the toolbar items. It's great to add icons to the toolbar and even in different colors. Is it also possible to change the color of them in runtime and if yes, how?
Thanks in advance! Sebastian.
P.S.: Actually, it regards to all popup views, such as alert views (DisplayAlert(...)), picker selection views and others. That's why - in my case - it would be sensible to add a theme for that. But how?
Hi,
how do I change the background (which is white on your screenshot) and text color of the secondary items?
Thanks in advance. Sebastian.
Thank you for this. Exactly what I was looking for. Well written. You made it easy to understand.
I've noticed a few issues on iOS and I didn't want to include workarounds in this blog post to keep it clean. The respective issues are filed in the MAUI GitHub repository: github.com/dotnet/maui/issues/14558, github.com/dotnet/maui/issues/14559
Edison J. Romo R.
Where I set ContentPage.ToolbarItems? in Shell.App or in a new ContentPage.xaml? This tutorial is incomplete!