Set Horizontal Scroll Mode - GRID SENDMSG() Function 59
Syntax
NULL$=SENDMSG(sysgui,id,59,scroll_mode,$${,context{,ERR=lineref}})
For BBj-specific documentation, see Set Horizontal Scroll Mode - GRID SENDMSG() Function 59 BBj.
Description
This function controls how the columns in the grid control will scroll. The return value is a null string.
Parameter |
Description |
sysgui |
SYSGUI channel. |
id |
Grid control ID. |
59 |
Number of this SENDMSG() function. |
scroll_mode |
Scroll mode: 0 Allow scrolling to the right until only the rightmost column is visible. Non-zero Stop scrolling once the rightmost column is visible. (The right edge of this column will line up with the right edge of the grid's client area.) |
$$ |
Always null. |
The return value is a null string.