RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumn.Width Property

The width of the column.

Pascal
property Width: Integer;
C++
__property int Width;

The Width property determines the width of the column, in pixels. If the dgColumnResize flag is set in the data grid's Options property, users can resize the column at runtime. 

 

Options 

Using a Grid Control in Its Default State

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