Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Gantt, 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