Gets or sets the number of milliseconds between auto scroll steps.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
[DefaultValueAttribute(120)]
public int AutoScrollDelay { get; set; }
Visual Basic
<DefaultValueAttribute(120)> _
Public Property AutoScrollDelay As Integer
	Get
	Set

Remarks

This property is applicable only when AutoScroll is set to true.

See Also