ASPxClientGridView.SetVertScrollPos(position) Method
Obsolete. Specifies the vertical scroll position for the grid’s content.
Declaration
SetVertScrollPos(
position: number
): void
Parameters
Name | Type | Description |
---|---|---|
position | number | The vertical scroll position. |
Remarks
If vertical scrolling is available within the grid (ASPxGridSettings.VerticalScrollBarMode), the SetVertScrollPos method allows you to scroll the grid’s content vertically on the client side.
Note
The SetVertScrollPos method is not in effect when virtual paging is used (the ASPxGridViewSettings.VerticalScrollBarStyle property is set to GridViewVerticalScrollBarStyle.Virtual).
See Also