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