Skip to main content

TdxRibbonSkinSelectorInRibbonSkinOptions.Collapsed Property

Specifies if a skin chooser gallery is collapsed in a Ribbon UI.

Declaration

property Collapsed; default True;

Property Value

Type Default Description
Boolean True
  • If True, a skin chooser gallery is collapsed in a Ribbon UI.
  • If False, a skin chooser gallery is displayed in full.

Remarks

Use the Collapsed property to expand or collapse the skin chooser gallery of a Ribbon Skin Selector in a Ribbon UI.

Property Value Examples

The following table demonstrates the difference between Collapsed property values under the same conditions:

Value Description Example
True (default) The skin chooser gallery is collapsed and displays only the active skin. A click on the skin chooser gallery displays a drop-down menu with a gallery that allows users to switch between available skins. VCL Bars: The Skin Chooser Gallery is Collapsed
False The skin chooser gallery displays a scrollable list of available skins where users can switch between them directly. A click on a drop-down button displays a skin chooser gallery in a drop-down menu. VCL Bars: The Skin Chooser Gallery is Expanded

Default Value

The Collapsed property’s default value is True.

See Also