NevronOpenVision
Nevron.Nov.Grid Namespace / NGrid Class / IntegralVScroll Property
In This Topic
    IntegralVScroll Property (NGrid)
    In This Topic
    Gets or sets whether the vertical scrolling behavior is integral. When set to true the vertical scrollbar will scroll on descrete items, and its thumb will be sized to the count of currently visible items. When set to false the vertical scrollbar will work in smooth scrolling mode and its thumb will be sized to the currently visible space from the items area.
    Syntax
    public System.bool IntegralVScroll {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