Vcl.ExtCtrls.TGridPanel.RowCollection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowCollection: TRowCollection read FRowCollection write SetRowCollection;

C++

__property RowCollection;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TGridPanel

Description

Sets the number and size of the rows on the grid panel.

Vcl.ExtCtrls.TGridPanel.RowCollection inherits from Vcl.ExtCtrls.TCustomGridPanel.RowCollection. All content below this line refers to Vcl.ExtCtrls.TCustomGridPanel.RowCollection.

Sets the number and size of the rows on the grid panel.

Use the RowCollection property to set the number of rows as well as the size of each row. You can use the SizeStyle property to specify whether row sizes are based on a percentage of the available width, based on an absolute value, or automatically sized.