Vcl.Grids.TCustomDrawGrid.GridHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GridHeight;

C++

__property GridHeight;

Properties

Type Visibility Source Unit Parent
property public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomDrawGrid

Description

Specifies the height of the grid in pixels.

Vcl.Grids.TCustomDrawGrid.GridHeight inherits from Vcl.Grids.TCustomGrid.GridHeight. All content below this line refers to Vcl.Grids.TCustomGrid.GridHeight.

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