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

ASPxSchedulerOptionsView.VerticalScrollBarMode Property

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

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

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 Controls and MVC Extensions ASPxScheduler
.OptionsView.VerticalScrollBarMode
MVCxScheduler
.OptionsView.VerticalScrollBarMode
SchedulerSettings
.OptionsView.VerticalScrollBarMode
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsView.VerticalScrollBarMode

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the VerticalScrollBarMode property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also