RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.VisibleColCount Property

Indicates the number of scrollable columns visible in the grid.

Pascal
property VisibleColCount: Integer;
C++
__property int VisibleColCount;

Use VisibleColCount to determine the number of scrollable columns fully visible in the grid. VisibleColCount does not include the fixed columns counted by the FixedCols property. It does not include any partially visible columns on the right edge of the grid. 

 

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