Leadtools.Controls.ImageViewerScrollMode = function() { }; Leadtools.Controls.ImageViewerScrollMode.prototype = {
auto = 0, hidden = 1, disabled = 2, };
!MISSING Scrap '_RTJavaScript_Enumeration_SYNTAX'!
Value | Member | Description |
---|---|---|
0 | auto | 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 |
1 | hidden | Do not show scrollbars, even if the control requires them |
2 | disabled | Disable scrolling, the scrollbars will not be visible nor activated even if the control requires them |
For more information on scrollbars behavior in ImageViewer, refer to ImageViewer.ScrollMode.