Remove or set a height to the Navigation Bar in a FreshNavigationContainer

317 Views Asked by At

I want to remove the navigation bar from the FreshNavigationContainer page in FreshMvvm. But as the name says, it might not be possible to remove the navigation. So if I cannot remove the bar, is there any way to edit its height?

1

There are 1 best solutions below

0
On
<ContentPage NavigationPage.HasNavigationBar="false"
    ..... >
</ContentPage>