Vcl.Grids.TCustomGrid.GridHeight

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

Delphi

property GridHeight: Integer read GetGridHeight;

C++

__property int GridHeight = {read=GetGridHeight, nodefault};

プロパティ

種類 可視性 ソース ユニット
property protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

説明

グリッドの高さ(ピクセル単位)を指定します。

GridHeight プロパティで,グリッドのサイズを特定します。GridHeight の値が ClientHeight の値より小さい場合,グリッドのすべての行が一度にコントロールに表示され,グリッドの下側に空き領域が生まれます。グリッドの高さが大きすぎてコントロール内に表示しきれないときは,GridHeight の値は ClientHeight と同じで,スクロールしないとグリッドの全部を見ることはできません。

関連項目