
Navigation
Purpose
Create automatic horizontal or vertical navigation based on the values of a State.
Description
A navigation creates a set of links that switch between the various values of a state. This is commonly used to create the tabs for a tabbed panel.
You cannot switch between horizontal and vertical orientations, you will need to create a new navigation component and configure it to match the old one.
Tip: The link representing the state’s current value is referred to as the “active” link. You can style it to look different from the others using the Active appearance mode settings. Please see Using Appearance Modes for more information.
Useful Design Patterns
Properties
Name | Description |
Attached State | Select an existing state or create a new state. |