RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.LeftCol Property

Specifies the index of the first visible scrollable column in the grid.

Pascal
property LeftCol: Longint;
C++
__property Longint LeftCol;

Read LeftCol to determine the index of the first column in the scrollable region that is visible. Set LeftCol to scroll the columns in the grid so that the column with index LeftCol is the first column after the fixed columns. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!