[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Automatically resize columns so they fill all grid's visible area
Source position: grids.pas line 1155
protected property TCustomGrid.AutoFillColumns : Boolean |
When this option is turned on, the grid will resize all columns to fill the grid's client width. What columns are resized is determined by the following conditions:
1. Fixed Columns are not resized. 2. If the grid has Custom Columns, all columns with SizePriority=0 are not resized.
Note that Custom Columns are initially created with SizePriority=1. For TDbGrid, which automatically adds Custom Columns, this means the user will not be able to resize such columns using the mouse.
lazarus-ccr.sourceforge.net |