TdxCustomRibbonGalleryOptions.RowCount Property
Specifies the maximum number of rows visible in a dropdown gallery at one time.
Declaration
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