[]
Builds a rectangle that defines the scrollable portion of the control for a given pair of scroll offsets.
protected override Rectangle BuildScrollableRectangle(int dx, int dy)
Type | Name | Description |
---|---|---|
int | dx | Horizontal scroll offset. |
int | dy | Vertical scroll offset. |
Type | Description |
---|---|
Rectangle | A Rectangle that defines the scrollable portion of the control. |
This method is for internal use. It allows derived classes to customize the control scrolling behavior.