tabWidths | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | field | ||||||
Summary | Specifies the width of columns in a field. | ||||||
Introduced | 5.5 Added | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: borderWidth, tabStops, vGrid, hGrid Message: tabKey | ||||||
Description | Use the tabWidths property to set the widths of columns in a field. The tabWidths consists of one or more integers separated by commas. Each integer is the width in pixels of column. The tabWidths returns the relative widths of columns whereas the tabStops property returns the absolute positions of tabs. Setting the tabWidths of a field to 20,20,20 will result in tab stops being placed at 20, 40 and 60 pixels. |