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

SchedulerViewBase.ActualVerticalScrollBarVisibility Property

Returns whether the vertical scrollbar is currently shown. 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 ActualVerticalScrollBarVisibility { get; }

Property Value

Type Description
ScrollBarVisibility

A System.Windows.Controls.ScrollBarVisibility enumeration value that specifies whether the vertical scrollbar is currently shown.

Remarks

The VerticalScrollBarVisibility property specifies the vertical scrollbar visibility mode.

See Also