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 つの画面を持つ単純なアプリケーションを作成しました。
この 2 番目の画面では、ナビゲーション バーに [戻る] ボタンが表示されないようにする必要があります。
このボタンを非表示にする方法を教えてください。
次のように戻るボタンを非表示にできます。
NavigationItem.SetHidesBackButton (true, false);