TdxCustomRibbonGalleryOptions.MinColumnCount Property
In This Article
Specifies the minimum number of columns displayed in an in-Ribbon gallery.
#Declaration
Delphi
property MinColumnCount: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
This property is in effect only if the CanCollapse property value is True. In this case, the gallery is automatically collapsed to a sub-menu when the Ribbon control is resized so that the gallery cannot fit the specified number of columns.
Note that MinColumnCount cannot be greater than ColumnCount.
See Also