MobileScreen.HasNavigationBar

From Xojo Documentation

Property (As Boolean )
aMobileScreen.HasNavigationBar = newBooleanValue
or
BooleanValue = aMobileScreen.HasNavigationBar

Supported on Mobile.

Indicates whether the Navigation Bar is visible.

Notes

The Navigation Bar must be visible in order to see the Title, LeftNavigationToolbar, RightNavigationToolbar or Back button.

Sample Code

Display the Navigation Bar:

Self.HasNavigationBar = True