Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 xamarin 中创建了一个带有 2 个屏幕的简单应用程序。
在第二个屏幕中,后退按钮不应出现在导航栏上。
谁能帮我如何隐藏这个按钮?
您可以像这样隐藏后退按钮:
NavigationItem.SetHidesBackButton (true, false);