2

I have created a simple applicaton in xamarin with 2 screens.

Here in second screen, the back button should not appear on the navigation bar.

Can anyone please help me how to hide this button?

Nikolay Kostov
  • 16,433
  • 23
  • 85
  • 123
gunas
  • 1,889
  • 1
  • 16
  • 29

1 Answers1

2

You can hide the back button like this:

NavigationItem.SetHidesBackButton (true, false);
Giorgi
  • 30,270
  • 13
  • 89
  • 125