public int AutoScrollTime { get; set; }Public Property AutoScrollTime As Integer
Get
SetWhen 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.