repeatDelay | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Specifies how long a scrollbar or field waits between the click in the scrollbar and the time the scrollbar movement begins to repeat. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: scrollbar, field, integer Message: mouseDown, mouseStillDown Function: milliseconds Glossary: property, mouse button, non-negative Object: scrollbar | ||||||
Description | Use the repeatDelay property to control the responsiveness of scrollbars. When the user clicks in a scrollbar, a mouseDown message is sent to the scrollbar. If the mouse button is still being held down after the time specified by the repeatDelay property, the scrollbar's movement begins repeating. | ||||||
Tags | ui |