In This Article

ItemCollapseBehavior Enum

Specifies how a child control on a ribbon in Simplified layout mode should handle collapsing to overflow.

public enum ItemCollapseBehavior

Fields

Name Description
Always

Always collapse the control and place it in overflow.

Default

Allow the control to collapse to overflow when available space is limited.

Never

Never allow the control to collapse to overflow.