API:Vcl.Grids.TCustomDrawGrid.GridHeight

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

Delphi

property GridHeight: Integer read GetGridHeight;

C++

__property GridHeight;

プロパティ

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

説明

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

Vcl.Grids.TCustomDrawGrid.GridHeight は Vcl.Grids.TCustomGrid.GridHeight を継承しています。以下の内容はすべて Vcl.Grids.TCustomGrid.GridHeight を参照しています。

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

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

関連項目