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

ASPxGridViewSettings.ShowHorizontalScrollBar Property

OBSOLETE

Use the Settings.HorizontalScrollBarMode property instead.

Gets or sets whether the horizontal scrollbar is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
[Obsolete("Use the Settings.HorizontalScrollBarMode property instead.")]
public bool ShowHorizontalScrollBar { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to display the horizontal scrollbar; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowHorizontalScrollBar
ASP.NET Controls and MVC Extensions ASPxGridView
.Settings .ShowHorizontalScrollBar
GridViewProperties
.Settings .ShowHorizontalScrollBar
ASP.NET MVC Extensions MVCxGridView
.Settings .ShowHorizontalScrollBar

Remarks

Use the ASPxGridSettings.HorizontalScrollBarMode property instead.

Note

When scrolling is enabled, width dimension properties (such as the grid’s ASPxWebControl.Width, its columns’ WebColumnBase.Width, etc.) should be specified. To learn more, see the ASPxGridView Fixed Table Layout Specifics (Scrolling and Column Resizing) topic.

See Also