hScroll | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | field, group | ||||||
Summary | |||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: hScrollbar, pixels, formattedWidth Message: scrollbarDrag Keyword: field, integer Constant: scrollbarFactor Object: stack, field Command: group Glossary: object, property, message, group | ||||||
Description | Use the hScroll property to scroll a field or group horizontally, or to check how far it's been scrolled. The hScroll is the amount in pixels the object has been scrolled to the right. If the hScroll is zero, the object has not been scrolled. Setting the hScroll of a field or group causes a scrollbarDrag message to be sent. | ||||||
Tags | ui |