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

ASPxClientGridView.GetVertScrollPos Method

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

Declaration

GetVertScrollPos(): number

Returns

Type Description
number

An integer value representing 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