CylinderScrollX Method

This method is called whenever the user flicks the finger (or mouse) across iWheel along horizontal X-axis. The method does nothing in the current implementation.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public virtual void ScrollX(
	int nAmount
)

Parameters

nAmount  Int32
The amount of pixels finger (mouse) has been flicked across.

See Also