How can I remove the Title Bar on a Maui Windows App?

Hoser 0 Reputation points
2023-02-24T19:42:10.1733333+00:00

Is there a way to remove the entire Title Bar.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,922 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Alessandro Caliaro 4,181 Reputation points
    2023-02-24T21:09:04.6266667+00:00

    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.
    0 comments No comments

  2. Heinz Deubler 181 Reputation points
    2023-03-03T22:53:14.84+00:00

    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.

    0 comments No comments