[WORKING DEMO!!!] Xamarin - Hide Title Bar (NavigationPage)

Опубликовано: 30 Сентябрь 2024
на канале: Rabi Gurung
5,580
26

When I navigate to a page, it displays a chunky bar at the top with page title.
How do I remove it?

In our previous VLog, I showed you how to write code to navigation from one page to another.

Introducing navigation function/code will automatically add a title bar (at the top). For some applications, it is not practical or cosmetically poor to have a title bar.

For this VLog, I will show you how to remove the title bar that is introduced when you add content page navigation function.