Skip to main content

ASPxClientGridView.GetVertScrollPos Method

Obsolete. Returns the current vertical scroll position of the grid’s content.

#Declaration

TypeScript
GetVertScrollPos(): number

#Returns

Type Description
number

The vertical scroll position.

#Remarks

This method is not in effect when virtual paging is used (the ASPxGridViewSettings.VerticalScrollBarStyle property is set to GridViewVerticalScrollBarStyle.Virtual).

See Also