scrollbarPageInc | |||||||
Type | message | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | scrollbar | ||||||
Summary | Sent to a scrollbar when the user clicks below or right of the scrollbar thumb, scrolling forward one screenful. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Keyword: scrollbar Property: pageIncrement Message: scrollbarLineInc, scrollbarDrag Glossary: scrollbar thumb, message, handle | ||||||
Description | Handle the scrollbarPageInc message if you want to respond to the user clicking in the gray region below or to the right of the scrollbar thumb. Dragging the scrollbar thumb does not send a scrollbarPageInc message. If the scrollbarPageInc message is not handled, a scrollbarDrag message is sent in addition. | ||||||
Tags | ui |