[]
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 point into view.
public void ScrollIntoView(Point pt)
Public Sub ScrollIntoView(pt As Point)
| Type | Name | Description |
|---|---|---|
| Point | pt | Point 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. |