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

Specifies the maximum number of rows across which tile items are arranged in tile groups.

#Declaration

Delphi
property GroupMaxRowCount: Integer read; write;

#Property Value

Type
Integer

#Remarks

Tile items in a tile group are arranged into one or more adjacent logical blocks, within which the items are painted across the block and then down. Use the GroupBlockMaxColumnCount and GroupMaxRowCount properties to specify the width and height of logical blocks measured in regular tile items. Refer to the GroupBlockMaxColumnCount property description for examples on how items are arranged within logical blocks.

The default value of the GroupMaxRowCount property is specified by the dxTileControlDefaultRowCount global constant.

See Also