C1.Win.4.8 Assembly / C1.Framework Namespace / ScrollableControl Class / BuildScrollableRectangle Method

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

Parameters

dx
dy
See Also