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.
Namespace: BeeMobile.iWheelAssembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
public virtual void ScrollX(
int nAmount
)
Public Overridable Sub ScrollX (
nAmount As Integer
)
Parameters
- nAmount Int32
- The amount of pixels finger (mouse) has been flicked across.