[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Default value for the height of newly created grid rows.
Source position: grids.pas line 1166
protected property TCustomGrid.DefaultRowHeight : Integer |
If new rows of the grid are created by changing the RowCount property, the height of these new rows will be set to the value of the DefaultRowHeight property.
Use 0 for autosized height.
Use GetRealDefaultRowHeight for real value.
|
Default value for the width of newly created grid columns. |
lazarus-ccr.sourceforge.net |