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

説明

グリッドの高さ(ピクセル単位)を指定します。 {{#multireplace:Vcl.Grids.TCustomDrawGrid.GridHeight|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:Vcl.Grids.TCustomGrid.GridHeight|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:Vcl.Grids.TCustomGrid.GridHeight|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

関連項目