[]
Scrolls a given Element into view.
public void ScrollIntoView(Element e)
Type | Name | Description |
---|---|---|
Element | e | Element 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. |