TdxRibbonSkinSelectorCustomPlaceOptions.ColumnCount Property
Specifies the number of item columns in a skin or palette chooser gallery.
Declaration
property ColumnCount: Integer read; write; default 1;
Property Value
| Type | Default | Description |
|---|---|---|
| Integer | 1 | The number of item columns in a skin or palette chooser gallery. If a skin or palette chooser gallery is displayed in a Ribbon UI, this property value defines the number of items visible when the total window width is enough to display the gallery in full. The |
Remarks
A gallery in a Ribbon UI can be expanded, partially collapsed, or collapsed. A gallery is expanded when the Collapsed property is set to False and the parent Ribbon UI has enough space to display all bar groups in full.
You can use the ColumnCount property to change the number of columns in a skin or palette chooser gallery when it is expanded in a Ribbon UI.
Default Value
The ColumnCount property’s default value is 1.
Note
The TdxRibbonSkinSelectorInRibbonPaletteOptions class defines 4 as the default ColumnCount property value.