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 を読み取ると、グリッド内の各行のサイズを判断することができます。 対象グリッドが、コントロール内に表示するには高さがありすぎる場合、ユーザーはグリッドのコンテンツをすべて見るには、スクロールする必要があります。

関連項目