EnumScrollMode
Enum
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.
ScrollAndZoom
Scroll and zoom gestures are handled.
ScrollOnly
Scroll gesture is handled.