vScrollbar | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | field, group | ||||||
Summary | Specifies whether a field or group has a vertical scrollbar. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: field, scrollbar, rectangle Property: hScrollbar, style Command: group Object: field Glossary: object, property, group | ||||||
Description | Use the vScrollbar property to show or hide the vertical scrollbar of a field or group. When the vScrollbar of a group or field is set to true, the scrollbar appears along the right edge of the group or field. Changing the vScrollbar does not change the object's rectangle property, so if there are objects near the right edge of the group, the scrollbar may cover them. Setting the vScrollbar of a field to true is equivalent to setting the style property of the field to "scrolling". | ||||||
Tags | ui |