TdxRibbonSkinSelectorCustomPlaceOptions.Collapsed Property
Specifies if a skin or palette chooser gallery is collapsed in a Ribbon UI.
Declaration
property Collapsed: Boolean read; write; default False;
Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
|
Remarks
A Ribbon UI collapses visible toolbar items when the total window width does not fit them in full. If the CanCollapse property is set to False
, the Ribbon Skin Selector component attempts to keep its gallery expanded and collapses it only when all other toolbar items are already collapsed. The MinColumnCount property defines the minimum number of item columns in an expanded skin or palette chooser gallery.
You can set the Collapsed
property to True
or False
to collapse or expand a skin or palette chooser gallery in a Ribbon UI.
Property Value Examples
Value | Example[1] |
---|---|
False (default) |
|
True |
Default Value
The Collapsed
property’s default value is False
.
Note
The TdxRibbonSkinSelectorInRibbonSkinOptions class sets the default ColumnCount
property value to True
.
-
These examples demonstrate different
Collapsed
property values for the same palette chooser gallery under the following conditions:- The
WXI
skin is active. - The default collapsed state glyph is displayed.
- The ShowItemCaption property is set to
False
.
- The