Vcl.DBCGrids.TDBCtrlGrid.PanelHeight
Delphi
property PanelHeight: Integer read FPanelHeight write SetPanelHeight default 72;
C++
__property int PanelHeight = {read=FPanelHeight, write=SetPanelHeight, default=72};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | published | Vcl.DbCGrids.pas Vcl.DBCGrids.hpp |
Vcl.DBCGrids | TDBCtrlGrid |
説明
各パネルの高さを(ピクセル単位で)示します。
PanelHeight プロパティは,グリッドの各パネルのサイズを設定します。PanelHeight プロパティを設定すると,グリッドはパネルの新しい高さに合わせて自動的にサイズ変更されます。
関連項目