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

ASPxClientGridView.SetHorizontalScrollPosition(position) Method

Specifies the horizontal scroll position for the grid’s content.

Declaration

SetHorizontalScrollPosition(
    position: number
): void

Parameters

Name Type Description
position number

An integer value specifying the horizontal scroll position.

Remarks

If horizontal scrolling is available within the grid (controlled by the ASPxGridSettings.HorizontalScrollBarMode property), the SetHorizontalScrollPosition method allows you to scroll the grid’s content horizontally on the client side.

See Also