Table of Contents
ScrollSpeed Property

Specifies a scroll speed when scrolling is enabled.

Syntax
 public Int32 ScrollSpeed { get; set; }
Remarks

This property specifies how many pixels the contents scroll up or down at each timer interval when scrolling. The default value is 6.

See Also