Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

RestrictScroll Property

Show in webframe
Indicates whether scrolling or panning the view outside the maximum range is allowed.
Syntax
get_restrictScroll();
set_restrictScroll(value);
Object.defineProperty('restrictScroll');

Property Value

TypeDescription
booleantrue if scrolling and panning the image outside the maximum range is not allowed; otherwise, false. Default value is true.
Remarks

Refer to ScrollMode for more information and an example on how to use this property.

For more information, refer to Image Viewer Scrolling.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file