Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebElement Object / ScrollIntoView Method
In This Topic
    ScrollIntoView Method
    In This Topic
    Scrolls through the document that contains this element until the top or bottom edge of this element aligns with the top of the document's window.
    Syntax
    expression.ScrollIntoView( _
       ByVal alignWithTop As Boolean _
    ) 
    where expression is a variable that represents a WebElement Object

    Parameters

    alignWithTop
    See Also