Vcl.ExtCtrls.TGridPanel.RowCollection

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

Delphi

property RowCollection: TRowCollection read FRowCollection write SetRowCollection;

C++

__property RowCollection;

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TGridPanel

説明

グリッドパネル内の行の数とサイズを設定します。

Vcl.ExtCtrls.TGridPanel.RowCollection は Vcl.ExtCtrls.TCustomGridPanel.RowCollection を継承しています。以下の内容はすべて Vcl.ExtCtrls.TCustomGridPanel.RowCollection を参照しています。

グリッドパネル内の行の数とサイズを設定します。

RowCollection プロパティを使用して,行の数と各行のサイズを設定します。SizeStyle プロパティを使用すると,行のサイズの指定方法として,使用できる幅に対する比率,絶対値,または自動的なサイズ変更を指定できます。