CylinderContinuousList Property

Gets or sets whether the first item should show up after the last item in the list if the Cylinder is scrolled to the last item.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public bool ContinuousList { get; set; }

Property Value

Boolean
A System.Boolean.Boolean which is true if the first item should be displayed after the last item; false otherwise.

See Also