Enum
ScrollMode

Defines how a TimeBarBase instance will handle a scroll or a zoom gesture.

Definition

Namespace:Telerik.Windows.Controls.TimeBar

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public enum ScrollMode

Fields

None

Scroll and zoom gestures are not handled.

Declaration

cs-api-definition
None = 0

Field Value

ScrollMode

ScrollAndZoom

Scroll and zoom gestures are handled.

Declaration

cs-api-definition
ScrollAndZoom = 2

Field Value

ScrollMode

ScrollOnly

Scroll gesture is handled.

Declaration

cs-api-definition
ScrollOnly = 1

Field Value

ScrollMode

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