Navbar-Animation-1 icon indicating copy to clipboard operation
Navbar-Animation-1 copied to clipboard

Title Bar from built in Maui Shell now gone

Open harrismasterson opened this issue 2 years ago • 3 comments
trafficstars

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? Screenshot 2023-01-31 at 11 13 06 AM

Screenshot 2023-01-31 at 11 15 50 AM

harrismasterson avatar Jan 31 '23 19:01 harrismasterson

Hi @harrismasterson, you have to implement the title bar completely by yourself in SimpleShell. Default title bar is disabled.

RadekVyM avatar Jan 31 '23 19:01 RadekVyM

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...

harrismasterson avatar Jan 31 '23 21:01 harrismasterson

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.

RadekVyM avatar Feb 02 '23 07:02 RadekVyM