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.FixedIndentVert Property

Specifies a value indicating whether the top and bottom margins are applied to the control’s content regardless of its vertical scrolling position.

#Declaration

Delphi
property FixedIndentVert: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

If this property is set to True, the top and bottom margins whose absolute size (in pixels) is specified by the IndentVert property, are applied to the 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 top and bottom margins are displayed only in the top and bottom terminal scrolling positions, respectively.

Note

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

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

See Also