Skip to main content
A newer version of this page is available. .

ASPxClientSplitterPane.SetScrollTop(value) Method

Specifies the distance between the top edge of the pane content and the topmost portion of the content currently visible in the pane.

Declaration

SetScrollTop(
    value: number
): void

Parameters

Name Type Description
value number

An integer value that is the distance (in pixels).

Remarks

For more information on how to access the dimensions and locations of elements on the page through the Dynamic HTML (DHTML) Object Model, see the Measuring Element Dimension and Location topic in MSDN.

See Also