NavigationBar.IsAlwaysExpanded

Syntax

IsAlwaysExpanded: Boolean

Description

The IsAlwaysExpanded property determines whether the user can hide an open tab without expanding other tabs.

Comments

Two or more tabs cannot be expanded at the same time.

If this property is set to True, after the component is created, one of the tabs is always expanded (by default the first tab is expanded). If this property is set to False, all the tabs are collapsed after component creation. Default value is True.

Example

An example of property usage is given in the Example of Creating the NavigationBar Component.

See also:

NavigationBar