[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Represents grid options introduced in Version 2 of grid controls.
Source position: grids.pas line 120
type TGridOption2 = ( |
||
goScrollToLastCol, |
|
Allows scrolling to last column (so that last column can be leftcol). |
goScrollToLastRow |
|
Allows scrolling to last row (so that last row can be toprow). |
); |
lazarus-ccr.sourceforge.net |