New to Telerik UI for WinFormsStart a free 30-day trial

Specifies the mode in which an ItemScroller will scroll the items in its view.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public enum ItemScrollerScrollModes

Fields

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.

C#
Deferred = 2

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.

C#
Discrete = 0

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.

C#
Smooth = 1
In this article
DefinitionFieldsDeferredDiscreteSmooth
Not finding the help you need?
Contact Support