If you would like to upgrade to a newer long-term support version of Studio Pro, see Moving from Mendix Studio Pro 8 to 9.
Navigation List
Introduction
A navigation list can be used to attach an action to an entire row when a user clicks this row. Such a row is called a navigation list item.
For example, clicking one row can open a page, clicking another one can execute a microflow.
Properties
An example of navigation list properties is represented in the image below:
Navigation list properties consist of the following sections:
Common Section
Design Properties Section
Visibility Section
Visibility determines whether a widget is displayed to the end-user as part of the page.
For more information on properties of this section, see the Visibility Section section in Properties Common in the Page Editor.
Navigation List Item
A row in a navigation list is a navigation list item. You can set a separate On click event for each row of the navigation list.
Navigation List Item Properties
Common Section
General Section
In the General section, you can set a specific on click event for each navigation list item. An on click event defines what action is performed when a user clicks a row. For more information on on click events, see On Click Event and Events Section.
Visibility Section
Visibility determines whether a widget is displayed to the end-user as part of the page.
For more information on properties of this section, see the Visibility Section section in Properties Common in the Page Editor.