ASPxClientGridView.SetHorzScrollPos(position) Method
In This Article
Obsolete. Specifies the horizontal scroll position for the grid’s content.
#Declaration
TypeScript
SetHorzScrollPos(
position: number
): void
#Parameters
Name | Type | Description |
---|---|---|
position | number | The horizontal scroll position. |
#Remarks
If horizontal scrolling is available within the grid (ASPxGridSettings.HorizontalScrollBarMode), the SetHorzScrollPos method allows you to scroll the grid’s content horizontally on the client side.
See Also