ScrollIntoView Method (DomElement)

Action

Scrolls the DOM element into the visible area of the browser window.

Syntax

C#
element.ScrollIntoView()
VB
element.ScrollIntoView()