vcl-dxribbongallery-397b91db.md
Provides appearance options for galleries.
TdxRibbonGalleryOptions = class(
TdxCustomRibbonGalleryOptions
)
Use a gallery’s GalleryOptions property to access gallery options. Note that these options are common to all gallery groups and items within the gallery. To customize appearance settings for an individual group, use the group’s Options property.
In addition to the settings inherited from its ancestor class, the TdxRibbonGalleryOptions class provides options that allow you to customize the following gallery aspects:
For dropdown galleries and in-Ribbon galleries:
Item layout (ColumnCount);
Item selection settings (ItemSelectionMode and ItemAllowDeselect).
For dropdown galleries:
Group layout (SpaceBetweenGroups);
Gallery item layout (RowCount, EqualItemSizeInAllGroups).
For in-Ribbon galleries:
TObject TPersistent TdxRibbonGalleryBaseOptions TdxCustomRibbonGalleryOptions TdxRibbonGalleryOptions
See Also