Gets or sets the number of pixels to scroll in each auto scroll step.

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

Syntax

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

Remarks

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

See Also