Back to Devexpress

SchedulerScrollBarVisibility Enum

corelibraries-devexpress-dot-xtrascheduler-a8e3666c.md

latest1.4 KB
Original Source

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.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public enum SchedulerScrollBarVisibility
vb
Public Enum SchedulerScrollBarVisibility

Members

NameDescription
Always

A vertical scrollbar is always visible.

| | Never |

A vertical scrollbar is hidden.

| | Auto |

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

|

See Also

DevExpress.XtraScheduler Namespace