numberOfColumns | |
Type | property |
Dictionary | widget.polylist |
Library | PolyList |
Syntax |
|
Associations | com.livecode.widget.polylist |
Summary | Set up and get the number of columns displayed in the PolyList |
Example |
|
Description | Use the numberOfColumns property to set and get the number of columns displayed in the PolyList. The default value of this property is 1. If the columnwidth property is equal to 0, the polylast divides the width by the number of columns to find the width that each column will have. While columnwidth has a value greater than 0, all columns will have the specified width. |