MouseWheelScrollAction Enum
Lists scrolling interpretations for the bidirectional mouse wheel.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Members
Name | Description |
---|---|
Time
|
Vertical mouse wheel scrolling moves the View along its timeline (up or down for vertically oriented Views like Day |
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. |
#Related API Members
The following properties accept/return MouseWheelScrollAction values:
Library | Related API Members |
---|---|
Win |
Scheduler |
WPF Controls | Options |
Scheduler |
#Remarks
The MouseWheelScrollAction enumeration member is accessible using the SchedulerOptionsBehavior.MouseWheelScrollAction property (SchedulerControl.OptionsBehavior.MouseWheelScrollAction notation).