[]
        
(Showing Draft Content)

C1.Framework.ScrollableControl.BuildScrollableRectangle

BuildScrollableRectangle Method

BuildScrollableRectangle(int, int)

This method is used to set the scroll rectangle. Override it to customize the scrolling behavior.

Declaration
protected virtual Rectangle BuildScrollableRectangle(int dx, int dy)
Protected Overridable Function BuildScrollableRectangle(dx As Integer, dy As Integer) As Rectangle
Parameters
Type Name Description
int dx
int dy
Returns
Type Description
Rectangle