TdxRibbonSkinSelectorCustomPlaceOptions.CanCollapse Property
Specifies if a Ribbon UI can collapse a skin or palette chooser gallery when the window width is not enough to display all toolbar items in full.
Declaration
property CanCollapse: Boolean read; write; default True;
Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
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 chooser gallery.
You can set the Collapsed property to True
or False
to collapse or expand a skin or palette chooser gallery.
Default Value
The CanCollapse
property’s default value is True
.
See Also