Navbar-Animation-1
Navbar-Animation-1 copied to clipboard
Title Bar from built in Maui Shell now gone
After implementing the navbar animation, I lost the default title bar from the maui starter app. Is there a way to get something similar in SimpleShell?

Hi @harrismasterson, you have to implement the title bar completely by yourself in SimpleShell. Default title bar is disabled.
Hi @harrismasterson, you have to implement the title bar completely by yourself in SimpleShell. Default title bar is disabled.
@RadekVyM Any advice on how to achieve this? I was messing with adding <simpleShell:SimpleShell.Title> element to AppShell.xaml, but I wasn't having much success...
Hi @harrismasterson,
try to check out documentation for more info. You can also check out Playground project in SimpleToolkit but it is really just a playground where I test all features of the toolkit so the code can seem quite messy. Then I also implemented a custom app bar in Gadgets Store App which may be helpful too.