Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NViewportBase Class / UpdateScrollbars Method


In This Topic
    UpdateScrollbars Method
    In This Topic
    Updates the scrollbars of the viewport.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub UpdateScrollbars( _
       ByVal showH As System.Boolean, _
       ByVal showV As System.Boolean, _
       ByVal wndSize As NSize, _
       ByVal viewportSize As NSize, _
       ByVal zoomFactor As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NViewportBase
    Dim showH As System.Boolean
    Dim showV As System.Boolean
    Dim wndSize As NSize
    Dim viewportSize As NSize
    Dim zoomFactor As System.Double
     
    instance.UpdateScrollbars(showH, showV, wndSize, viewportSize, zoomFactor)
    protected virtual void UpdateScrollbars( 
       System.bool showH,
       System.bool showV,
       NSize wndSize,
       NSize viewportSize,
       System.double zoomFactor
    )

    Parameters

    showH
    showV
    wndSize
    viewportSize
    zoomFactor
    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