LEADTOOLS JavaScript (Leadtools.Controls)

ImageViewerScrollMode Enumeration

Show in webframe
Determines how the control displays and uses scrollbars.
Syntax
Leadtools.Controls.ImageViewerScrollMode = function() { };
Leadtools.Controls.ImageViewerScrollMode.prototype = {
auto = 0x00000000, hidden = 0x00000001, disabled = 0x00000002, };
Members
ValueMemberDescription
0x00000000auto

(0)Auto scrollbars, if the control requires scroll bars they will be visible and active. Only available if the platform supports scrollbars, otherwise, using this value is the same as using ImageViewerScrollMode.Hidden

0x00000001hidden

(1)Do not show scrollbars, even if the control requires them

0x00000002disabled

(2)Disable scrolling, the scrollbars will not be visible nor activated even if the control requires them

Remarks

For more information on scrollbars behavior in ImageViewer, refer to ImageViewer.ScrollMode.

Example
For an example, see ImageViewer.ScrollMode.
See Also

Reference

Leadtools.Controls Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.