Enum
ItemScrollerScrollModes

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:

cs-api-definition
public enum ItemScrollerScrollModes

Fields

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.

Declaration

cs-api-definition
Deferred = 2

Field Value

ItemScrollerScrollModes

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.

Declaration

cs-api-definition
Discrete = 0

Field Value

ItemScrollerScrollModes

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.

Declaration

cs-api-definition
Smooth = 1

Field Value

ItemScrollerScrollModes

In this article
DefinitionFieldsDeferredDiscreteSmooth
Not finding the help you need?
Contact Support