Scroll - Grid
Scrolls the item list in the specified direction by the specified number of lines
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| eDirection | Integer | Scroll direction |
| iNumLines | Integer | Number of lines to scroll |
Syntax
Procedure Scroll Integer eDirection Integer iNumLines
Call Example
Send Scroll eDirection iNumLines
Description
Scroll scrolls the item list in the specified direction by the specified number of lines. Augmented to invoke the scroll function if batch_state is false, otherwise uses default scrolling mechanism. Use the keywords upward_direction or downward_direction or boolean integer values to control direction.