Xamarin Forms的MasterDetails项目模板使用了TabbedPage作为主页面,运行效果如图:

image

image

再实际情况通常需要关闭红线区域。以这个默认项目模板为例打开/Views/AboutPage.xaml.cs在构造函数中加入NavigationPage.SetHasNavigationBar(this, false);

image

效果如下:

image