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

SchedulerViewBase.HorizontalScrollBarVisibility Property

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }

Property Value

Type Description
ScrollBarVisibility

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

Remarks

The ActualHorizontalScrollBarVisibility property returns whether the horizontal scrollbar is currently shown.

See Also