pgColumnWidths
Type
property
Summary
Specifies the width for each column.
Syntax
set the pgColumnWidths of widget to <CommaDelimitedListOfNumbers>
get the pgColumnWidths of widget
Description
Use pgColumnWidths to get or set the column widths, the value of this property is a comma delimited list of numbers in which each item corresponds to the width of the column on that position.
Examples
set the pgColumnWidths of widget "PolyGrid" to "200,100,300"