TdxGalleryControlOptionsView Class
Contains settings that specify how elements are arranged within the gallery control.
Declaration
TdxGalleryControlOptionsView = class(
TdxGalleryControlCustomOptions
)
Remarks
This class introduces the settings with which you can do the following:
Specify the number of columns across which gallery items are arranged (ColumnCount);
Cause groups to automatically widen to fit the gallery control’s width (ColumnAutoWidth);
Specify content offsets (ContentOffset, ContentOffsetGroups, and ContentOffsetItems);
Customize the appearance settings of item elements (Item).
A TdxGalleryControlOptionsView object is referenced by a gallery control’s OptionsView property.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxGalleryPersistent
TdxGalleryControlCustomOptions
TdxGalleryControlOptionsView
See Also