scrollbarLineInc

Sent to a scrollbar when the user clicks the increase arrow, scrolling forward one line.

# Metadata

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

# Syntax

scrollbarLineInc pNewPosition

# Params

- pNewPosition : The new position of the scrollbar thumb.

# Examples

on scrollbarLineInc theCard -- use a scrollbar to navigate through cards go card theCard -- corresponding to the new postion end scrollbarLineInc

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

# Tags

ui,

# See