.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,070 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is there a way to remove the entire Title Bar.
Maybe this
HasNavigationBar
, of type bool
, represents whether a navigation bar is present on the NavigationPage. The default value of this property is true
. This is an attached property.In Android you have 2 bars on top. The Status Bar and the Navigation Bar.
Alessandro already posted on how to change the Navigation Bar.
To change the Status Bar take a look at this YouTube video.
https://www.youtube.com/watch?app=desktop&v=dWj0PdImH10
I hope this helps.