Determines how the control displays and uses scrollbars.
public enum ImageViewerScrollMode
Public Enum ImageViewerScrollMode
Inherits System.Enum
public enum ImageViewerScrollMode
enum LTImageViewerScrollMode
public enum ImageViewerScrollMode
Leadtools.Controls.ImageViewerScrollMode = function() { };
Leadtools.Controls.ImageViewerScrollMode.prototype = {
Auto = 0,
Hidden = 1,
Disabled = 2,
};
Members
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.
For an example, see ImageViewer.ScrollMode.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET