Skip to main content

TdxCustomGalleryControl Class

The base class for gallery controls.

Declaration

TdxCustomGalleryControl = class(
    TcxScrollingControl,
    IdxSkinSupport,
    IdxGalleryOwner
)

Remarks

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:

See Also