Set Mouse Scrolling Mode - GRID SENDMSG() Function 65

Syntax

NULL$=SENDMSG(sysgui,id,65,mouse_move_mode,$${,context{,ERR=lineref}})

Description

This function toggles the mouse scrolling behavior.

Parameter

Description

sysgui

SYSGUI channel.

id

Grid control ID.

65

Number of this SENDMSG() function.

mouse_move_mode

0 Disable mouse scrolling.

1 Enable mouse scrolling. When a user clicks a cell and drags the mouse off one edge of the grid window, the grid scrolls in the direction of the mouse movement until the mouse is released. (This is the default)

$$

Always null.

The return value is a null string.

See Also

BBjGrid::setScrollOutside