Contents - Index - Previous - Next


GridHeight property



Applies to
TProfGrid component

Declaration
property GridHeight: Integer;

Description

Specifies the height of the grid, in pixels.

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.


Run-time only