Contents
- Index
- Previous
- Next
DefaultColWidth property
Applies to
TProfGrid component
Declaration
property DefaultColWidth: Word;
Description
Determines the width (in pixels) of all columns that have not been explicitly resized.
Set DefaultColWidth to change the size of all columns in the grid. When DefaultColWidth is set, columns that have been resized are given the DefaultColWidth as well.
When new columns are added to the grid, they are created with a width of DefaultColWidth.