How can I remove the Title Bar in MAUI and fix the window size as 800x400 pixels in the Windows version of the application?
full size
I searched for a very long time in the Internet, but I found already not actual information for later versions of MAUI released more than a year ago. Why MAUI does not support window resizing and disabling its scaling as conditional WPF, it also uses XAML for window creation, I wish there was such a possibility on the release.
The Title Bar looks broken because it is taller than the close/collapse/maximize buttons.
Not in the shell itself, but in the page that's being displayed inside the shell, you should set the Shell.NavBarIsVisible
attribute to false, like so:
<ContentPage
...
Shell.NavBarIsVisible="False" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With