SchedulerOptionsBehavior.MouseWheelScrollAction Property
Gets or sets how the mouse wheel scrolling direction is interpreted.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[DefaultValue(MouseWheelScrollAction.Time)]
[XtraSerializableProperty]
public MouseWheelScrollAction MouseWheelScrollAction { get; set; }
Property Value
Type | Default | Description |
---|---|---|
MouseWheelScrollAction | Time | A MouseWheelScrollAction enumeration member that specifies the scheduler coordinate from which to scroll. |
Available values:
Name | Description |
---|---|
Time | Vertical mouse wheel scrolling moves the View along its timeline (up or down for vertically oriented Views like DayView, left or right for horizontally oriented Views like TimelineView). |
Auto | The View is moved in the same direction as the mouse wheel. Vertical scrolling moves the View up or down, horizontal scrolling (for mice that support it) moves the View left or right. In Views where the timeline is horizontal (for instance, Timeline View), vertical scrolling functions only if the View is grouped by resources. Otherwise, scrolling the wheel up or down does nothing. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to MouseWheelScrollAction |
---|---|
SchedulerControl |
|
Remarks
The MouseWheelScrollAction option is in effect for the bidirectional mouse wheel when the SchedulerControl is placed on the XtraForm or its descendants (RibbonForm).