ASPxClientTreeList.SetHorizontalScrollPosition(position) Method
In This Article
Specifies the horizontal scroll position for the tree list’s content.
#Declaration
TypeScript
SetHorizontalScrollPosition(
position: number
): void
#Parameters
Name | Type | Description |
---|---|---|
position | number | The horizontal scroll position. |
#Remarks
If horizontal scrolling is available within the grid (controlled by the TreeListSettings.HorizontalScrollBarMode property), the SetHorizontalScrollPosition method allows you to scroll the control’s content horizontally on the client side.
See Also