public enum ImageViewerScrollMode : System.Enum
Leadtools.Controls.ImageViewerScrollMode = function() { }; Leadtools.Controls.ImageViewerScrollMode.prototype = {
LeadtoolsMemberMarker(replace me) };
Member | Description |
---|---|
Auto | (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 |
Disabled | (2)Disable scrolling, the scrollbars will not be visible nor activated even if the control requires them |
Hidden | (1)Do not show scrollbars, even if the control requires them |
For more information on scrollbars behavior in ImageViewer, refer to ImageViewer.ScrollMode.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2