vGrid | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | field | ||||||
Summary | Specifies whether a field's tab stops are treated as cell boundaries. | ||||||
Introduced | 1.0 | ||||||
Changes | The use of the borderColor to draw grid lines was introduced in version 2.0. In previous versions, the grid lines were drawn in the hiliteColor. | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: field Property: leftIndent, borderWidth, textAlign, dontWrap, formattedText, spaceAbove, backgroundColor, hiliteColor, listBehavior, listIndent, hidden, textSize, firstIndent, listStyle, spaceBelow, tabStops, rightIndent, listDepth, hgrid, pixels, hScrollbar, borderColor, formattedWidth Object: field Glossary: property, tab stop | ||||||
Description | Use the vGrid property to make a field behave like a spreadsheet with a grid of cells. If the vGrid property is true, LiveCode draws a vertical line at each tab stop position in the field. The lines are drawn in the field's borderColor. This property is useful for fields that are used like a spreadsheet, with each tab stop marking a column. Any text in a column is truncated when it reaches the right edge of the column. To show the entire contents of the column, drag over the text to select it. If text at the end of a line does not have a tab following it--that is, if it's the last column in the field--it is not truncated. If the field's tabStops property is set to empty, the vGrid lines are drawn every 32 pixels, but the text is not truncated to individual cells. | ||||||
Tags | ui |