FMX.Grid.TGridModel.EffectiveRowHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EffectiveRowHeight: Integer read GetEffectiveRowHeight;

C++

__property int EffectiveRowHeight = {read=GetEffectiveRowHeight, nodefault};

Properties

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

Description

Actual height of each row in pixels.

If RowHeight is 0, the row height is calculated based on the font size, and EffectiveRowHeight contains the result of that calculation.