restrictScroll Property (ImageViewer)

Summary

Indicates whether scrolling or panning the view outside the maximum range is allowed.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewer.prototype, 'restrictScroll', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
restrictScroll: boolean;

Property Value

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

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls Assembly
Click or drag to resize