[]
Scrolls a given Element into view.
public void ScrollIntoView(Element e)
Public Sub ScrollIntoView(e As Element)
| Type | Name | Description |
|---|---|---|
| Element | e | Element to scroll into view. |
Scrolls a given Rectangle into view.
public void ScrollIntoView(Rectangle r)
Public Sub ScrollIntoView(r As Rectangle)
| Type | Name | Description |
|---|---|---|
| Rectangle | r | Rectangle to scroll into view. |