Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / ENViewportAutoScrollerMode Enumeration


In This Topic
    ENViewportAutoScrollerMode Enumeration
    In This Topic
    Enumerates the modes in which the autoscroller can operate
    Syntax
    'Declaration
     
    
    Public Enum ENViewportAutoScrollerMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENViewportAutoScrollerMode
    public enum ENViewportAutoScrollerMode : System.Enum 
    Members
    MemberDescription
    DisabledAutoscrolling is not performed
    MouseInScrollMarginsStarts/stops autoscrolling when the mouse has entered/left the scrollable margins of the viewport
    MouseOrDragAreaInScrollMarginsStarts/stops autoscrolling when the mouse has entered/left the scrollable margins of the viewport, or a dragged area interests with the scrollable margins of the viewport.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENViewportAutoScrollerMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also