Forum Archive

NavigationView help...

Webmaster4o

With a ui.NavigationView, is there a way to do any of the following:

  1. Modify the items in the top bar of the navigation view, NOT the one that I hide in present(hide_title_bar=1)
  2. Programatically modify which item is shown on the stack
  3. Have a forward button as well as a back button

The whole class is fairly poorly documented

dgelessus

IIRC the NavigationView inherits the toolbar buttons of the view that is currently on the top of the navigation stack.

Webmaster4o

Thanks a lot! I'll look into this.