Skip to main content

GanttView.GanttAreaHorizontalScrollBarVisibility Property

Gets or sets the horizontal scroll bar visibility within the Gantt area. This is a dependency property.

Namespace: DevExpress.Xpf.Gantt

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

NuGet Package: DevExpress.Wpf.Gantt

Declaration

public ScrollBarVisibility GanttAreaHorizontalScrollBarVisibility { get; set; }

Property Value

Type Description
ScrollBarVisibility

One of the ScrollBarVisibility enumeration values. The default is Visible.

See Also