4 out of 8 rated this helpful - Rate this topic

scrollTo method

Scrolls the window to the specified x- and y-offset.

Syntax

var retval = window.scrollTo(x, y);

Parameters

x [in]

Type: Integer

Integer that specifies the horizontal scroll offset, in pixels.

y [in]

Type: Integer

Integer that specifies the vertical scroll offset, in pixels.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Standards information

There are no standards that apply here.

Remarks

The specified offsets are relative to the upper-left corner of the window.

See also

window
scrollBy

 

 

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.