windowsforms-devexpress-dot-xtragantt-ee7f4844.md
Enumerates values that specify how the scale changes when a user scrolls the mouse wheel.
Namespace : DevExpress.XtraGantt
Assembly : DevExpress.XtraGantt.v25.2.dll
NuGet Package : DevExpress.Win.Gantt
public enum GanttZoomMode
Public Enum GanttZoomMode
| Name | Description |
|---|---|
Default |
The actual mode is not explicitly specified. Enables the Smooth mode.
|
| FixedIntervals |
Switches to the next measure unit (week, month, quarter, etc.) by each wheel step.
|
| Smooth |
First decreases the size of a single division to a certain limit and then switches to the next measure unit (week, month, quarter, etc.).
|
The following properties accept/return GanttZoomMode values:
The GanttZoomMode type is used to specify the GanttControl.ZoomMode property.
See Also