Specifies if scrolling within a form is continuous, or if scrolling occurs only when a scroll box is released. Available at design time and run time.
Syntax
Object.ContinuousScroll[ = lExpression]
Settings
lExpression
The settings for lExpression are:
Setting | Description |
True (.T.) | (Default) Scrolling is continuous within the form. The form scrolls continuously as the scroll boxes are moved. The Scrolled event occurs continuously as the form is scrolled. |
False (.F.) | Scrolling only occurs when a scroll box is released. The form is stationary until a scroll box is released, and then the form is redrawn in its new position. The Scrolled event occurs after the form is redrawn. |
Remarks
The Scrollbars property determines if a form has scroll bars.