RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGridPanel.RowCollection Property

Sets the number and size of the rows on the grid panel.

Pascal
property RowCollection: TRowCollection;
C++
__property TRowCollection RowCollection;

Use the RowCollection property to set the number of rows as well as the size of each row. You can use the SizeStyle property to specify whether row sizes are based on a percentage of the available width, based on an absolute value, or automatically sized. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!