Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title Bar from built in Maui Shell now gone #2

Open
harrismasterson opened this issue Jan 31, 2023 · 3 comments
Open

Title Bar from built in Maui Shell now gone #2

harrismasterson opened this issue Jan 31, 2023 · 3 comments

Comments

@harrismasterson
Copy link

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

@RadekVyM
Copy link
Owner

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

@harrismasterson
Copy link
Author

harrismasterson commented Jan 31, 2023

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

@RadekVyM
Copy link
Owner

RadekVyM commented Feb 2, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants