Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Delphi
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