Contents
- Index
- Previous
- Next
VisibleColCount property
Applies to
TProfGrid component
Declaration
property VisibleColCount: Integer;
Description
Returns the number of scrollable columns visible on the screen.
Use VisibleColCount to determine the number of scrollable columns fully visible on the screen. VisibleColCount does not include any fixed columns counted by the FixedCols property. It also does not include any partially visible column on the right edge of the grid.
Run-time only
Read-only