[]
Gets or sets whether the scrolling should be performed in steps.
public bool SmoothScrolling { get; set; }
Setting this property to true causes the control to scroll in steps. The result is a smooth scrolling effect, as opposed to the instant change applied when SmoothScrolling is set to false.