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

TdxInMenuGalleryOptions.RowCount Property

Specifies the maximum number of rows simultaneously visible in a gallery.

#Declaration

Delphi
property RowCount: Integer read; write; default 0;

#Property Value

Type Default
Integer 0

#Remarks

If all gallery items cannot fit into the gallery, a vertical scrollbar is displayed in the gallery window.

Assigning 0 to the RowCount property indicates that the number of rows is determined automatically, so that the entire gallery fits its window.

The default value of the RowCount property is 0.

See Also