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

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.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