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

SchedulerScrollBarVisibility Enum

Lists modes that determine the vertical scrollbar visibility in the Timeline view and in all-day area of the Day view.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.1.Core.dll

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public enum SchedulerScrollBarVisibility

Members

Name Description
Always

A vertical scrollbar is always visible.

TimelineScrollBarVisibility-Always

Never

A vertical scrollbar is hidden.

TimelineScrollBarVisibility-Never

Auto

A vertical scrollbar is visible if a column contains more appointments than it can fit.

TimelineScrollBarVisibility-Auto

Related API Members

The following properties accept/return SchedulerScrollBarVisibility values:

See Also