Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / AutoScrollerMode Enumeration


In This Topic
    AutoScrollerMode Enumeration
    In This Topic
    Enumerates the modes in which the autoscroller can operate
    Syntax
    'Declaration
     
    
    Public Enum AutoScrollerMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AutoScrollerMode
    public enum AutoScrollerMode : System.Enum 
    Members
    MemberDescription
    DisabledAutoscrolling is not performed
    DragAreaInScrollMarginsStarts/stops autoscrolling when the drag area interests with the scrollable margins of the view. If the drag area is larger that the window fallbacks to MouseInScrollMargins mode.
    MouseInScrollMarginsStarts/stops autoscrolling when the mouse has entered/left scrollable margins of the view
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.WinForm.AutoScrollerMode

    Requirements

    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

    See Also