Xamarin.Forms + ReactiveUI导航,IRoutableViewModel删除/隐藏包含UrlPathSegment内容的标题栏

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Xamarin.Forms + ReactiveUI导航,IRoutableViewModel删除/隐藏包含UrlPathSegment内容的标题栏相关的知识,希望对你有一定的参考价值。

我正在使用Xamarin.Forms + ReactiveUI导航。我有一个实现IRoutableViewModel的视图模型,并具有一个属性UrlPathSegment =“ Main”。如何隐藏或删除在UrlPathSegment中声明的具有视图/视图模型名称的“顶部栏”?

enter image description here

答案

我自己在这里找到了答案:https://www.c-sharpcorner.com/article/how-to-remove-navigation-bar-for-navigation-page-in-xamarin-forms/

NavigationPage.HasNavigationBar =“ false”

以上是关于Xamarin.Forms + ReactiveUI导航,IRoutableViewModel删除/隐藏包含UrlPathSegment内容的标题栏的主要内容,如果未能解决你的问题,请参考以下文章

Xamarin.Forms 手势密码实现

Xamarin.Forms 和 Xamarin Native 有啥区别? [关闭]

如何使用 Xamarin.Forms.Maps(无 Xamarin.Forms.GoogleMaps)在地图中应用样式或更改颜色

Xamarin Forms Prism:prism ResourceDictionary 中已存在具有键“Xamarin.Forms.NavigationPage”的资源

Xamarin.Forms.Forms.Init(e) Onlaunched 中的 FileNotFoundExeception

如果调用方未使用 Xamarin.Forms,Xamarin 依赖项服务能否正常工作?