Skip to content

SetScrollBars Method

Description

Sets custom ScrollBars from the SuitePackage to be used by the GridControl.

Syntax

Public Sub SetScrollBars( _
    ByVal [hScrollBar](#) As Integer, _
    ByVal [vScrollBar](#) As Integer _
)

Parameters

  • hScrollBar
    Handle to a horizontal scrollbar control from the SuitePackage.

  • vScrollBar
    Handle to a vertical scrollbar control from the SuitePackage.

Remarks

This is necessary for applying custom themed scroll bars to the Grid control.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.