Skip to main content

Pane.ScrollHorizontally(Int32) Method

Scrolls a pane in a horizontal direction.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public void ScrollHorizontally(
    int dx
)

#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