scrollbarLineInc | |||||||
Type | message | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | scrollbar | ||||||
Summary | Sent to a scrollbar when the user clicks the increase arrow, scrolling forward one line. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Keyword: scrollbar, line Property: lineIncrement, endValue, repeatRate, startValue, thumbPosition Message: scrollbarDrag, scrollbarPageInc, mouseDown, scrollbarLineDec, scrollbarEnd Glossary: handle, message | ||||||
Description | Handle the scrollbarLineInc message if you want to respond to the use of the bottom or right scrollbar arrow. Dragging the scrollbar thumb does not send a scrollbarLineInc message. If the scrollbarLineInc message is not handled, a scrollbarDrag message is sent in addition. | ||||||
Tags | ui |