TdxInMenuGalleryOptions.RowCount Property
Specifies the maximum number of rows simultaneously visible in a gallery.
Declaration
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