Input for WinForms | ComponentOne
C1.Framework Namespace / XView Class / BuildScrollableRectangle Method

In This Topic
    BuildScrollableRectangle Method (XView)
    In This Topic
    This method is used to set the scroll rectangle. Override it to customize the scrolling behavior.
    Syntax
    'Declaration
     
    
    Protected Overrides Function BuildScrollableRectangle( _
       ByVal dx As Integer, _
       ByVal dy As Integer _
    ) As Rectangle
    protected override Rectangle BuildScrollableRectangle( 
       int dx,
       int dy
    )

    Parameters

    dx
    dy
    See Also