TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / UpdateScrollSize Method

In This Topic
    UpdateScrollSize Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function UpdateScrollSize( _
       ByVal handle As IntPtr, _
       ByVal nBar As UInteger, _
       ByVal size As Integer, _
       ByVal pageSize As Integer, _
       ByVal force As Boolean _
    ) As Integer
    public static int UpdateScrollSize( 
       IntPtr handle,
       uint nBar,
       int size,
       int pageSize,
       bool force
    )

    Parameters

    handle
    nBar
    size
    pageSize
    force
    See Also