JavaScript Editor js editor     Web development 



Main Page

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]

Return Value

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

Applies To: Form Object

The Scrollbars property determines if a form has scroll bars.

See Also



JavaScript Editor js editor     Web development