Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NGrid Class / IntegralHScroll Property


In This Topic
    IntegralHScroll Property
    In This Topic
    Gets or sets whether the horizontal scrolling behavior is integral. When set to true the horizontal scrollbar will scroll on descrete items, and its thumb will be sized to the count of currently visible items. When set to false the horizontal scrollbar will work in smooth scrolling mode and its thumb will be sized to the currently visible space from the items area.
    Syntax
    'Declaration
     
    
    Public Property IntegralHScroll As System.Boolean
    'Usage
     
    
    Dim instance As NGrid
    Dim value As System.Boolean
     
    instance.IntegralHScroll = value
     
    value = instance.IntegralHScroll
    public System.bool IntegralHScroll {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