FMX.Grid.TCustomGrid.RowHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowHeight: Single read GetRowHeight write SetRowHeight;

C++

__property float RowHeight = {read=GetRowHeight, write=SetRowHeight};

Properties

Type Visibility Source Unit Parent
property public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

Description

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