Contents - Index - Previous - Next


GridLineWidth property



Applies to
TProfGrid component

Declaration
property GridLineWidth: Byte;

Description

Specifies the default width (in pixels) of the lines that separate the cells of the grid.

Set GridLineWidth to make the lines that separate the cells in the grid heavier or lighter. When GridLineWidth is zero, no separators are drawn between the cells of the grid.

Note:  GridLineWidth will have no effect if the Options property does not include pgoFixedHorzLine, pgoFixedVertLine, pgoHorzLine, or pgoVertLine.