TdxCustomRibbonGalleryOptions.MinColumnCount Property
Specifies the minimum number of columns displayed in an in-Ribbon gallery.
Declaration
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