Skip to main content
All docs
V25.1
  • TdxRibbonSkinSelectorCustomPlaceOptions.CanCollapse Property

    Specifies if a Ribbon UI can collapse a skin or palette chooser gallery when the window width is not sufficient to display all toolbar items in full.

    Declaration

    property CanCollapse: Boolean read; write; default True;

    Property Value

    Type Default Description
    Boolean True
    True
    Default. The parent Ribbon UI can collapse a skin or palette chooser gallery when the total window width is not sufficient to display all toolbar items in full.
    False
    The parent Ribbon UI collapses a skin or palette chooser gallery only when all other toolbar items in the same tab are already collapsed and the total window width is not sufficient to display the skin or palette chooser in full together with other collapsed toolbar items.

    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