Vcl.ExtCtrls.TCustomGridPanel.ColumnCollection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ColumnCollection: TColumnCollection read FColumnCollection write SetColumnCollection;

C++

__property TColumnCollection* ColumnCollection = {read=FColumnCollection, write=SetColumnCollection};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomGridPanel

Description

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

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