Back to Devexpress

TdxTileControlOptionsView.CenterContentHorz Property

vcl-dxcustomtilecontrol-dot-tdxtilecontroloptionsview-eaef4b11.md

latest1.7 KB
Original Source

TdxTileControlOptionsView.CenterContentHorz Property

Specifies a value indicating whether the main page content is centered horizontally in the tile control.

Declaration

delphi
property CenterContentHorz: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

If this property is set to True , the block of visible groups (and visible tiles within them) whose total width is less than the control’s width minus the doubled IndentHorz property value, is centered horizontally on the control’s main page. Otherwise, the distance between the left control’s border and the main page content is determined by the IndentHorz property value.

Note

The CenterContentHorz property has no effect on the main page content whose width is equal to or exceeds the control’s width minus the doubled IndentHorz property value.

The default value of the CenterContentHorz property is False.

See Also

TdxTileControlOptionsView.CenterContentVert

TdxTileControlOptionsView Class

TdxTileControlOptionsView Members

dxCustomTileControl Unit