ComponentOne SuperTooltip for WinForms
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 System.Drawing.Rectangle _
    ) 
    public void ScrollIntoView( 
       System.Drawing.Rectangle r
    )

    Parameters

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