The number of fixed columns in the grid.
Source position: grids.pas line 1227
protected property TCustomGrid.FixedCols : Integer |
Contains the fixed column count for the grid. A fixed row with fixed columns is normally used to display the headings (titles), images, and sort indicators for the columns in the grid control. The fixed row containing the fixed columns is not scrolled along with the visible area for grid.
Setting a new value for the property causes several actions to be performed for the grid control.
Use FixedRows to get or set the number of fixed rows displayed for the grid control.
|
Number of the fixed rows in the grid. |
|
|
Number of columns in the grid. |