SchedulerViewBase.ActualHorizontalScrollBarVisibility Property
Returns whether the horizontal scrollbar is currently shown. This is a dependency property.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
ScrollBarVisibility | A System.Windows.Controls.ScrollBarVisibility enumeration value that specifies whether the horizontal scrollbar is currently shown. |
Remarks
The HorizontalScrollBarVisibility property specifies the horizontal scrollbar visibility mode.
See Also