Ribbon.IsAutoHiding

Syntax

IsAutoHiding: Boolean

Description

The IsAutoHiding property determines whether the application ribbon is collapsed.

Comments

If the property is set to False, application ribbon is expanded. If the property is set to True, the ribbon is collapsed. The default property value is False.

Example

The example of property use is given on the Example of Creating the Ribbon Component page.

See also:

Ribbon