Contents
- Index
- Previous
- Next
LeftCol property
Applies to
TProfGrid component
Declaration
property LeftCol: Integer;
Description
Specifies the index of the first scrollable column in the grid, which is not covered by fixed columns.
Read LeftCol to determine the index of the first column in the scrollable region that is visible on screen. Set LeftCol to scroll the columns in the grid so that the column with index LeftCol is the first column after the fixed columns.
Run-time only