[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Default width used for newly created grid columns.
Source position: grids.pas line 1210
protected property TCustomGrid.DefaultColWidth : Integer |
If new columns of the grid are created by changing the ColCount property, the width of these new columns will be set to the value of the DefaultColWidth property.
Use 0 for an auto-sized column width.
Use GetRealDefaultColWidth for the real value.
|
Default row height for newly created grid rows. |