[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TGridOption2

Represents grid options introduced in Version 2 of grid controls.

Declaration

Source position: grids.pas line 122

type TGridOption2 = (

  goScrollToLastCol,

  

Allows scrolling to last column (so that last column can be leftcol).

  goScrollToLastRow

  

Allows scrolling to last row (so the last row can also be TopRow).

);