Skip to main content
All docs
V26.1
  • 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.v26.1.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