Skip to content

ScrollIntoView - cWebBaseUIObject

Scrolls an object that is currently scrolled out of the view into view

Type: Procedure

Parameters

Parameter Type Description
bAlignToTop Boolean Determines whether the browser attempts to align the top element to the top of the view

Syntax

Procedure ScrollIntoView Boolean bAlignToTop

Call Example

Send ScrollIntoView bAlignToTop

Description

Scrolls an object that is currently scrolled out of the view/hidden because the view has scrolled into view.

This causes the parent container to scroll, if nessecary, to make this object visible.