ASPxClientSplitterPane.GetScrollLeft Method
In This Article
Returns the distance between the left edge of the pane content and the leftmost portion of the content currently visible in the pane.
#Declaration
TypeScript
GetScrollLeft(): number
#Returns
Type | Description |
---|---|
number | The distance (in pixels). |
See Also