TouchScrollSettingsAutoScrollTime Property

Gets or sets a value in milliseconds that have to elapse since Touch & Scroll functionality has been started to perform automatic scrolling of the Cylinder when the user stops Touch & Scroll.

Definition

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

Property Value

Int32

Remarks

When Touch & Scroll is activated and the user holds the mouse button (finger) down for an amount of time specified in AutoScrollTime, the Cylinder will switch into auto scroll mode after the user lifts the mouse button (finger). The auto scroll mode will keep the Cylinder scrolling until it gradually stops over time. However, if the user holds the mouse (finger) for less amount of milliseconds than specified in this property, the Cylinder will stop scrolling immediatelly after the mouse button (finger) has been lifted.

The default value for this property is MaxValue which practically means that this feature is turned off. To turn it on, set a smaller value e.g., 1000.

See Also