Skip to main content

ASPxSchedulerOptionsView.VerticalScrollBarMode Property

Gets or sets a value specifying the vertical scrollbar’s display mode.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue(ScrollBarMode.Auto)]
public ScrollBarMode VerticalScrollBarMode { get; set; }

Property Value

Type Default Description
ScrollBarMode Auto

One of the ScrollBarMode enumeration values.

Available values:

Name Description
Hidden

The scrollbar is hidden.

Visible

The scrollbar is visible.

Auto

The scrollbar is automatically shown when the size of the control content exceeds the size of the control itself.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to VerticalScrollBarMode
ASP.NET MVC Extensions SchedulerSettings
.OptionsView .VerticalScrollBarMode
ASP.NET Web Forms Controls ASPxScheduler
.OptionsView .VerticalScrollBarMode
See Also