ASPxClientSplitterPane.SetScrollLeft(value) Method
Specifies the distance between the left edge of the pane content and the leftmost portion of the content currently visible in the pane.
Declaration
SetScrollLeft(
value: number
): void
Parameters
| Name | Type | Description |
|---|---|---|
| value | number | The distance (in pixels). |
See Also