ASPxClientUtils.GetDocumentScrollLeft Method
In This Article
Returns the distance between the left edge of the document and the leftmost portion of the content currently visible in the window.
#Declaration
TypeScript
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