FMX.Grid.TCustomGrid.RowHeight

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

Delphi

property RowHeight: Single read GetRowHeight write SetRowHeight;

C++

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

プロパティ

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


説明

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

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

関連項目