API:FMX.Grid.TStringGrid.RowHeight

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property RowHeight: Single read GetRowHeight write SetRowHeight default 0;

C++

__property RowHeight = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TStringGrid

説明

このグリッドの各行の高さを、ピクセルで示します。

FMX.Grid.TStringGrid.RowHeight は FMX.Grid.TCustomGrid.RowHeight を継承しています。以下の内容はすべて FMX.Grid.TCustomGrid.RowHeight を参照しています。

このグリッドの各行の高さを、ピクセルで示します。

RowHeight を読み込むと、グリッド内の各行のサイズを判別することができます。 基のグリッドが高すぎてコントロール内に表示できない場合、ユーザーはグリッドのすべてのコンテンツを見るためにスクロールする必要があります。

関連項目