Vcl.Grids.TCustomGrid.GridWidth
Delphi
property GridWidth: Integer read GetGridWidth;
C++
__property int GridWidth = {read=GetGridWidth, nodefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | protected | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | TCustomGrid |
説明
グリッドの幅(ピクセル単位)を指定します。
GridWidth プロパティで,グリッドのサイズを特定します。GridWidth の値が ClientWidth の値より小さい場合,グリッドのすべての列が一度にコントロールに表示され,グリッドの右側に空き領域が生まれます。グリッドの幅が大きすぎてコントロール内に表示しきれないときは,GridWidth の値は ClientWidth と同じで,スクロールしないとグリッドの全部を見ることはできません。