Ribbon.IsAutoHidingEnabled

Syntax

IsAutoHidingEnabled: Boolean

Description

The IsAutoHidingEnabled property determines whether the button that hides the application ribbon is available.

Comments

The button that collapses application ribbon is located at the top right corner of the component.

If the property is set to False, the collapse button is not displayed. By default the property is set to True.

Example

To execute the example, the HTML page must contain the Ribbon component named ribbon (see Example of Creating the Ribbon Component). Hide the collapse button:

ribbon.setIsAutoHidingEnabled(false);

After executing the example it is impossible to collapse or expand the contents of ribbon tabs.

See also:

Ribbon