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


In This Topic
    ENNoScrollVAlign Enumeration
    In This Topic
    Specifies the vertical alignment of the viewport when the scollbars are not visible.
    Syntax
    'Declaration
     
    
    Public Enum ENNoScrollVAlign 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENNoScrollVAlign
    public enum ENNoScrollVAlign : System.Enum 
    Members
    MemberDescription
    BottomThe viewport bottom side is aligned to the window bottom side.
    CenterThe viewport is vertically inside the window.
    NoneThe viewport is not vertically aligned. The viewport origin is used.
    TopThe viewport top side is aligned to the window top side.
    Inheritance Hierarchy

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

    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