Ribbon.IsCollapsed Property

Definition

Gets or sets a value that indicates whether the Ribbon is collapsed.

public:
 property bool IsCollapsed { bool get(); void set(bool value); };
public bool IsCollapsed { get; set; }
member this.IsCollapsed : bool with get, set
Public Property IsCollapsed As Boolean

Property Value

true if the Ribbon is collapsed; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.

Remarks

The ribbon collapses automatically when the application window is resized and does not have enough space to display the ribbon in a meaningful way. When the ribbon is collapsed, all ribbon elements are hidden from view.

When the ribbon is collapsed, the Collapsed event occurs. When the ribbon is expanded, the Expanded event occurs.

Dependency Property Information

Identifier field IsCollapsedProperty
Metadata properties set to true None

Applies to

See also