scrollWhileAdjusting parameter
Use the scrollWhileAdjusting parameter to set or query whether the window will scroll while the vertical scroll bar is being dragged.
Availability
query command
set command
Scope
The current view.
Syntax
query scrollWhileAdjusting set scrollWhileAdjusting { on | off }
Parameters
on Use the on parameter to indicate that the window should scroll whenever the vertical scroll bar is moved. off Use the off parameter to indicate that the window should not scroll while the vertical scroll bar is being dragged. The estimated new window position will be displayed on the message line. The window will be scrolled to this position when the mouse button is released.
Examples
query scrollWhileAdjusting set scrollWhileAdjusting on