iOS Question NavControl Visibility When Switching Pages

cbanks

Active Member
Licensed User
Longtime User
I want to see the toolbar (NavControl.ToolBarVisible = True) on some pages, but not on others (NavControl.ToolBarVisible = False) when tapping the back arrow in the upper-left corner of the Page. What code/sub do I use to tell the app to change the toolbar visibility when tapping the back arrow in the upper-left corner of a Page?
 
Top