[]
Scrolls a given element into view.
public void ScrollIntoView(Element e)
| Type | Name | Description |
|---|---|---|
| Element | e | Element to scroll into view. |
Scrolls a given point into view.
public void ScrollIntoView(Point pt)
| Type | Name | Description |
|---|---|---|
| Point | pt | Point to scroll into view. |
Scrolls a given rectangle into view.
public void ScrollIntoView(Rectangle r)
| Type | Name | Description |
|---|---|---|
| Rectangle | r | Rectangle to scroll into view. |