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

TdxCustomRibbonGalleryOptions.RowCount Property

Specifies the maximum number of rows visible in a dropdown gallery at one time.

#Declaration

Delphi
property RowCount: Integer read; write;

#Property Value

Type
Integer

#Remarks

The size of a dropdown gallery is specified by the RowCount and ColumnCount properties. If all gallery items cannot fit into the gallery area, a vertical scrollbar is displayed in a 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.

See Also