Back to Devexpress

MouseWheelScrollAction Enum

corelibraries-devexpress-dot-xtrascheduler-922088d8.md

latest1.9 KB
Original Source

MouseWheelScrollAction Enum

Lists scrolling interpretations for the bidirectional mouse wheel.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public enum MouseWheelScrollAction
vb
Public Enum MouseWheelScrollAction

Members

NameDescription
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.

|

The following properties accept/return MouseWheelScrollAction values:

Remarks

The MouseWheelScrollAction enumeration member is accessible using the SchedulerOptionsBehavior.MouseWheelScrollAction property (SchedulerControl.OptionsBehavior.MouseWheelScrollAction notation).

See Also

DevExpress.XtraScheduler Namespace