Enum ItemScrollerScrollModes
Specifies the mode in which an ItemScroller will scroll the items in its view.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum ItemScrollerScrollModes
Deferred
Works in a similar way as Smooth with the difference that the view is updated only when the scrollbar thumb is released. A tooltip helps indicated the position to which the view will be scrolled to.
Discrete
Items are scrolled one at a time. The scrollbar maximum is equal to the number of the items in the view. The scrollbar SmallChange is equal to 1 and each small increment or decrement will move the items in the view with one whole item.
Smooth
Items are scrolled smoothly. The scrollbar maximum is equal to the sum of the heights of all the items in the view. The scrollbar SmallChange is calculated automatically. Increments and decrements will move the items in the view with the actual value of the scrollbar.