SchedulerViewBase.HorizontalScrollBarVisibility Property
In This Article
Gets or sets the horizontal scrollbar visibility mode. This is a dependency property.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }
#Property Value
Type | Description |
---|---|
Scroll |
A System. |
#Remarks
The ActualHorizontalScrollBarVisibility property returns whether the horizontal scrollbar is currently shown.
See Also