Skip to main content
All docs
V26.1
  • SchedulerViewBase.VerticalScrollBarVisibility Property

    Gets or sets the vertical scrollbar visibility mode. This is a dependency property.

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v26.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public ScrollBarVisibility VerticalScrollBarVisibility { get; set; }

    Property Value

    Type Description
    ScrollBarVisibility

    A System.Windows.Controls.ScrollBarVisibility enumeration value that specifies the visibility of the vertical scrollbar. By default, Auto.

    Remarks

    The ActualVerticalScrollBarVisibility property returns whether the vertical scrollbar is currently shown.

    See Also