C1.Win.8 Assembly / C1.Framework Namespace / ScrollablePanel Class / ScrollIntoView Method / ScrollIntoView(Rectangle) Method
System.Drawing.Rectangle to scroll into view.

In This Topic
ScrollIntoView(Rectangle) Method
In This Topic
Scrolls a given System.Drawing.Rectangle into view.
Syntax
'Declaration
 
Public Overloads Sub ScrollIntoView( _
   ByVal r As Rectangle _
) 
 

Parameters

r
System.Drawing.Rectangle to scroll into view.
See Also