CylinderScroll Method

Scrolls the Cylinder by specified amount of pixels.

Definition

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

Parameters

nOffset  Int32
The amount of pixels to scroll. Positive number scrolls to items with higher index; negative number scrolls to items with lower index.

Remarks

Trying to scroll beyond the last or the first item has no effect.

See Also