RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGridPanel.ColumnCollection Property

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

Pascal
property ColumnCollection: TColumnCollection;
C++
__property TColumnCollection ColumnCollection;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!