Gets or sets the number of milliseconds between auto scroll steps.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.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.