FMX.Grid.TGridModel.EffectiveRowHeight
Delphi
property EffectiveRowHeight: Integer read GetEffectiveRowHeight;
C++
__property int EffectiveRowHeight = {read=GetEffectiveRowHeight, nodefault};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TGridModel |
Beschreibung
Tatsächliche Höhe aller Zeilen in Pixel.
Wenn RowHeight 0 ist, wird die Zellenhöhe anhand der Schriftgröße berechnet, und EffectiveRowHeight enthält das Ergebnis dieser Berechnung.