Back to Devexpress

GanttScrollMode Enum

wpf-devexpress-dot-xpf-dot-gantt-a3fa273c.md

latest1.1 KB
Original Source

GanttScrollMode Enum

Lists the values used to specify the GanttControl scroll mode.

Namespace : DevExpress.Xpf.Gantt

Assembly : DevExpress.Xpf.Gantt.v25.2.dll

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public enum GanttScrollMode
vb
Public Enum GanttScrollMode

Members

NameDescription
Page

The gantt area is scrollable regardless of the content size.

| | Content |

The scrolling is enabled only if the gantt tasks are not fully visible.

|

The following properties accept/return GanttScrollMode values:

Remarks

The values listed by this enumeration are used to set the ScrollMode property.

See Also

DevExpress.Xpf.Gantt Namespace