RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.GridHeight Property

Specifies the height of the grid in pixels.

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

Read GridHeight to determine the size of the grid. If GridHeight is less than the value of ClientHeight, all of the rows of the grid appear in the control with an empty region below the grid. If the underlying grid is too tall to appear in the control, GridHeight is the same as ClientHeight, and the user must scroll to see the entire contents of the grid. 

 

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