Vcl.Grids.TCustomGrid.GridHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GridHeight: Integer read GetGridHeight;

C++

__property int GridHeight = {read=GetGridHeight, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

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.

See Also