Leadtools.Controls Namespace > ImageViewer Object : RestrictScroll Property |
get_restrictScroll();
set_restrictScroll(value);
Object.defineProperty('restrictScroll');
Type | Description |
---|---|
boolean | true if scrolling and panning the image outside the maximum range is not allowed; otherwise, false. Default value is true. |
Refer to ScrollMode for more information and an example on how to use this property.
For more information, refer to Image Viewer Scrolling.