Welcome to Xamarin Guy Show Blog

Keep updated for latest and Greatest Posts from Xamarin guy

Custom Navigation Bar Xamarin forms.

Hi guys this is a new post regarding custom navigation bar that i made enjoy the code.

At first :
Remove the navigation bar from current page :
If you are in Xamarin forms 3.0 or above then you have to go the specific page .cs file and implement this :

SetValue(NavigationPage.HasNavigationBarProperty, false);
InitializeComponent();

Now the Xaml part we will be using Absolute Layout , Relative Layout and grids. Trust me they are more flexible.

That’s all now you will have as expected o/p

Leave a Reply

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.