FMX.Grid.TGridModel.RowHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowHeight: Single read FRowHeight write SetRowHeight;

C++

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

Properties

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

Description

Desired height of each row in pixels.

Make RowHeight 0 to let the row height be calculated based on the font size. You can read the resulting row height from the EffectiveRowHeight property.