Skip to main content
A newer version of this page is available. .

ASPxClientUtils.GetDocumentScrollLeft Method

Returns the distance between the left edge of the document and the leftmost portion of the content currently visible in the window.

Declaration

static GetDocumentScrollLeft(): number

Returns

Type Description
number

An integer value representing the distance (in pixels) between the left edge of the document and the leftmost portion of the content currently visible in the window.

Remarks

For more information on how to access the dimensions and locations of elements on the page through the Dynamic HTML (DHTML) Object Model, see the Measuring Element Dimension and Location topic in MSDN.

See Also