←Select platform

ImageViewerScrollMode Enumeration

Summary

Determines how the control displays and uses scrollbars.

Syntax

C#
VB
Java
Objective-C
WinRT C#
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

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

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)