ASPxClientGridView.SetVertScrollPos(position) Method
In This Article
Obsolete. Specifies the vertical scroll position for the grid’s content.
#Declaration
TypeScript
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 Set
See Also