pgColumnWidths

Typeproperty
Dictionarywidget.polygrid
LibraryPolyGrid
Syntax
set the pgColumnWidths of widget to <CommaDelimitedListOfNumbers>
get the pgColumnWidths of widget
Synonymstabstops
Associationscom.livecode.widget.polygrid
Summary

Specifies the width for each column.

Example
set the pgColumnWidths of widget "PolyGrid" to "200,100,300"
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.

Tagstable,data