TdxTileControlOptionsView Class
Declaration
TdxTileControlOptionsView = class(
TcxOwnedPersistent
)
Remarks
This class extends its ancestor with properties that allow you to:
Center tile groups and items horizontally and vertically within the control’s area (CenterContentHorz and CenterContentVert);
Specify whether the horizontal and vertical margins are displayed regardless of the content scrolling position (FixedIndentHorz and FixedIndentVert);
Specify the horizontal and vertical margins between the content and corresponding boundaries of the control (IndentHorz and IndentVert);
Set the distance between visible tile groups and individual tile items (GroupIndent and ItemIndent);
Customize the base dimensions of tile items (ItemWidth and ItemHeight);
Customize the pattern used to populate a group with tiles (GroupBlockMaxColumnCount, GroupMaxRowCount, and GroupLayout).
The tile control’s OptionsView property references a TdxTileControlOptionsView object. The derived TdxTileBarOptionsView class implements the tile bar’s appearance settings.