RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.RowHeights Property

Gives the height (in pixels) of all rows in the grid.

Pascal
property RowHeights [Index: Longint]: Integer;
C++
__property int RowHeights[Longint Index];

Read RowHeights to determine the height of the cells in the row specified by the Index parameter. An index of 0 refers to the first row. Set RowWidths at runtime to change the height of an individual row.  

If the height of a row has not been set explicitly by resizing with the mouse, or by using the RowHeights property, it's height is DefaultRowHeight

Use the RowCount property to determine the number of entries in the RowHeights array. 

 

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