ScrollIntoView Method (DomElement)
Class
DomElement
.
Action
Scrolls the DOM element into the visible area of the browser window.
Syntax
C#
element
.
ScrollIntoView
()
VB
element
.
ScrollIntoView
()