Enum ScrollMode
Defines how a TimeBarBase instance will handle a scroll or a zoom gesture.
Namespace: Telerik.Windows.Controls.TimeBar
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public enum ScrollMode
None
Scroll and zoom gestures are not handled.
ScrollAndZoom
Scroll and zoom gestures are handled.
ScrollOnly
Scroll gesture is handled.