API:FMX.Grid.TStringGrid.RowHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowHeight: Single read GetRowHeight write SetRowHeight default 0;

C++

__property RowHeight = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TStringGrid

Description

Specifies the height of each row of this grid, in pixels.

FMX.Grid.TStringGrid.RowHeight inherits from FMX.Grid.TCustomGrid.RowHeight. All content below this line refers to FMX.Grid.TCustomGrid.RowHeight.

Specifies the height of each row of this grid, in pixels.

Read RowHeight to determine the size of each row in the grid. If the underlying grid is too tall to appear in the control, then the user must scroll to see the entire content of the grid.

See Also