Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

IsEnabled Property (ControlInertiaScrollOptions)

Show in webframe
Indicates if inertia scrolling should be used.
Syntax
get_isEnabled();
set_isEnabled(value);
Object.defineProperty('isEnabled');

Property Value

TypeDescription
booleantrue if inertia scrolling should be used, otherwise; false. Default value is false.
Remarks

Set the value of IsEnabled to true to enable inertia scrolling.

Example

For an example, refer to ImageViewerPanZoomInteractiveMode.

See Also

Reference

ControlInertiaScrollOptions Object
ControlInertiaScrollOptions Members

Error processing SSI file