Skip to content

Tabbed Content

The TabbedContent widget creates a tabbed interface, allowing users to switch between different content sections. It acts as a container widget, holding other widgets within its individual tabs.

Tab Pages

Each tab within the TabbedContent widget is called a tab page. Tab pages can contain any other widgets. The appearance and visibility of tab pages can be dynamically controlled using formatting rules.

Active Tab Selection

The ActiveTabXPath property specifies an XPath expression that determines the currently active tab. This expression should evaluate to the zero-based index of the tab to be activated. When a user selects a tab, the index of that tab is written to the data model element specified by ActiveTabXPath.