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


In This Topic
    ENNoScrollHAlign Enumeration
    In This Topic
    Specifies the horizonal alignment of the viewport when the scollbars are not visible.
    Syntax
    'Declaration
     
    
    Public Enum ENNoScrollHAlign 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENNoScrollHAlign
    public enum ENNoScrollHAlign : System.Enum 
    Members
    MemberDescription
    CenterThe viewport is horizontally inside the window.
    LeftThe viewport left side is aligned to the window left side.
    NoneThe viewport is not horizontally aligned. The viewport origin is used.
    RightThe viewport right side is aligned to the window right side.
    Inheritance Hierarchy

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

    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