Skip to content

ControlsGrouping Property

Description

Enables or disables control grouping within the Ribbon Group.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property ControlsGrouping() As Boolean

Remarks

Control grouping will group controls together inside a Ribbon Group. The BeginGroup property of a control is used to start a new group; all controls added after will belong to the same group until BeginGroup is used again. The Ribbon will always try to display the groups with the least amount of space possible, and the width of the Ribbon Group will depend on the width of the longest control grouping.

Using Control Grouping

Control Grouping

Same group as above, but without using control grouping.

No Control Grouping

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.