Pane.ScrollHorizontally(Int32) Method
In This Article
Scrolls a pane in a horizontal direction.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
dx | Int32 | An integer value specifying how much it is necessary to scroll a pane in a horizontal direction. |
#Remarks
To verify whether or not it is possible to horizontally scroll a pane, call the Pane.CanScrollHorizontally method before calling the ScrollHorizontally method.
See Also