pgMoveColumn

Typeproperty
Dictionarywidget.polygrid
LibraryPolyGrid
Syntax
set the pgMoveColumn of widget to <List>
Synonymspgmovecolumnbynumber
Associationscom.livecode.widget.polygrid
Summary

Change a column position.

Example
set the pgMoveColumn of widget "PolyGrid" to "4,8"
Description

Use the pgMoveColumn property to move the column. The value for this property is a list of 2 numbers, the first is the current position of the column and the second is the destination. This property will always return an empty string.

Tagstable,data