Skip to main content

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

The distance (in pixels) between the left edge of the document and the leftmost portion of the content currently visible in the window.

See Also