ASPxSchedulerOptionsView.VerticalScrollBarMode Property
In This Article
Gets or sets a value specifying the vertical scrollbar’s display mode.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
[DefaultValue(ScrollBarMode.Auto)]
public ScrollBarMode VerticalScrollBarMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Scroll |
Auto | One of the Scroll |
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 Vertical |
---|---|---|
ASP. |
Scheduler |
|
ASP. |
ASPx |
|
See Also