Skip to main content
A newer version of this page is available. .

OptionsBehavior.MouseWheelScrollAction Property

Gets or sets how the mouse wheel scrolling direction is interpreted. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v19.1.dll

Declaration

public MouseWheelScrollAction MouseWheelScrollAction { get; set; }

Property Value

Type Description
MouseWheelScrollAction

A MouseWheelScrollAction enumeration member that specifies the scheduler coordinate from which to scroll.

Available values:

Name Description
Time

Scrolling the mouse wheel results in the ScheduleControl navigating time.

Auto

Scrolling of the bidirectional mouse wheel results in the ScheduleControl scrolling in the same direction - horizontally or vertically.

Property Paths

You can access this nested property as listed below:

Object Type Path to MouseWheelScrollAction
SchedulerControl
.OptionsBehavior.MouseWheelScrollAction

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

The MouseWheelScrollAction option is in effect for the bidirectional mouse wheel.

See Also