scrollbarPageInc

Sent to a scrollbar when the user clicks below or right of the scrollbar thumb, scrolling forward one screenful.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

scrollbarPageInc pNewPosition

# Params

- pNewPosition : The new position of the scrollbar thumb.

# Examples

on scrollbarPageInc theMovieNumber set the filename of player "Display" \ to line theMovieNumber of field "Movies" end scrollbarPageInc

# 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 handle, a scrollbarDrag message is sent in addition.

# Tags

ui,

# See

- **keyword:** scrollbar - **property:** pageIncrement - **message:** scrollbarLineInc, scrollbarDrag - **glossary:** scrollbar thumb, message, handle