Skip to main content

TdxTileControlOptionsView.FixedIndentHorz Property

Specifies a value indicating whether the left and right margins are applied to the control’s content regardless of its horizontal scrolling position.

Declaration

property FixedIndentHorz: Boolean read; write;

Property Value

Type
Boolean

Remarks

If this property is set to True, the left and right margins whose absolute size (in pixels) is specified by the IndentHorz property, are applied to the tile control’s view area, and therefore, displayed regardless of the content’s size and scrolling position.

Otherwise, the horizontal margins are applied to the control’s client area. As a result, the left and right margins are displayed only in the left and right terminal scrolling positions, respectively.

Note

The FixedIndentHorz property has no visual effect on the visible content that fits the tile control’s view area horizontally.

The default values of the FixedIndentHorz property for the title and tile bar controls are False and True, respectively.

See Also