Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NScrollContentBase Class / HScrollMode Property


In This Topic
    HScrollMode Property (NScrollContentBase)
    In This Topic
    Gets or sets the scroll mode, which specifies the visibility of the horizontal scrollbar.
    Syntax
    'Declaration
     
    
    Public Property HScrollMode As ENScrollMode
    'Usage
     
    
    Dim instance As NScrollContentBase
    Dim value As ENScrollMode
     
    instance.HScrollMode = value
     
    value = instance.HScrollMode
    public ENScrollMode HScrollMode {get; set;}
    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