(Leadtools.Controls)

ImageViewerScrollMode Enumeration

Show in webframe





Determines how the control displays and uses scrollbars.
Syntax
public enum ImageViewerScrollMode : System.Enum 
Public Enum ImageViewerScrollMode 
   Inherits System.Enum
public enum ImageViewerScrollMode : System.Enum 
enum LTImageViewerScrollMode
public enum ImageViewerScrollMode
Leadtools.Controls.ImageViewerScrollMode = function() { };
Leadtools.Controls.ImageViewerScrollMode.prototype = {
Auto = 0, Hidden = 1, Disabled = 2, };
Members
ValueMemberDescription
0Auto

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

1Hidden

Do not show scrollbars, even if the control requires them

2Disabled

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

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

 

 


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