Skip to main content
A newer version of this page is available.
All docs
V19.1
Tab

ASPxCardViewSettings.HorizontalScrollBarMode Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(ScrollBarMode.Hidden)]
public ScrollBarMode HorizontalScrollBarMode { get; set; }

Property Value

Type Default Description
ScrollBarMode **Hidden**

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 HorizontalScrollBarMode
ASP.NET Controls and MVC Extensions ASPxCardView
.Settings.HorizontalScrollBarMode
CardViewSettings
.Settings.HorizontalScrollBarMode
CardViewSettings<CardType>
.Settings.HorizontalScrollBarMode
MVCxCardView
.Settings.HorizontalScrollBarMode
ASP.NET Bootstrap Controls BootstrapCardView
.Settings.HorizontalScrollBarMode

Remarks

Use the HorizontalScrollBarMode property to control the visibility of the horizontal scroll bar in the control.

The vertical scrollbar display mode can be specified by the ASPxCardViewSettings.VerticalScrollBarStyle property.

Note

See Also