vcl-dxgallerycontrol-650e41db.md
The base class for gallery controls.
TdxCustomGalleryControl = class(
TcxScrollingControl,
IdxSkinSupport,
IdxGalleryOwner
)
This class extends its ancestor with members that allow you to do the following:
Populate the control with groups and items (Gallery).
Set the image source for gallery control items (Images).
Adjust how the gallery control arranges and displays elements (OptionsView).
Customize the behavior of gallery items (OptionsBehavior).
Respond to clicks on items and item selection changes (OnItemClick).
Scroll the gallery to bring an item into view (MakeItemVisible).
Manage drag-and-drop operations (Controller).
Prevent excessive gallery redraws to improve performance (BeginUpdate and EndUpdate).
The TdxCustomGalleryControl class has the following descendants:
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxScrollingControl TdxCustomGalleryControl
See Also