Vcl.DBCGrids.TDBCtrlGrid.PanelHeight

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

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 プロパティを設定すると,グリッドはパネルの新しい高さに合わせて自動的にサイズ変更されます。

関連項目