scrollIntoView method

void scrollIntoView([
  1. JSAny arg
])

The Element interface's scrollIntoView() method scrolls the element's ancestor containers such that the element on which scrollIntoView() is called is visible to the user.

Implementation

external void scrollIntoView([JSAny arg]);