I was wondering if anyone knew how to hide the title (gray) bar of a Xamarin Forms Universal Windows Platform application? I've seen some solutions for Android floating around, but I can't extrapolate an equivalent.
One of the Android solutions I've stumbled across: RequestWindowFeature(WindowFeatures.NoTitle);
Any suggestions/ideas would be greatly appreciated, thanks!
So simply built your own navigation or use custom renderers to remove the bar (maybe there is a property on the navigation page for this also). With Contant page use the following attribute in place. Navigation. PopModalAsync();
The title bar sits at the top of an app on the base layer. Its main purpose is to allow users to be able to identify the app via its title, move the app window, and minimize, maximize, or close the app.
Solution:
NavigationPage.SetHasNavigationBar(this, false);
in the codebehind.
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