RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.DefaultRowHeight Property

Specifies the height (in pixels) of all rows that have not been explicitly resized.

Pascal
property DefaultRowHeight: Integer;
C++
__property int DefaultRowHeight;

Set DefaultRowHeight to change the size of all rows in the grid. When DefaultRowHeight is set, rows that have been resized using the mouse or by setting the RowHeights property are given the DefaultRowHeight as well.  

When new rows are added to the grid using the RowCount property, they are created with a height of DefaultRowHeight. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!