ContinuousScroll Property

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.

Object.ContinuousScroll[ = lExpression]

Property Values

  • 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.

See Also

ScrollBars Property | Scrolled Event | HScrollSmallChange Property

Applies To: Form Object