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

GridFilterControlPopupSettings.ShowViewportScrollbarWhenModal Property

Gets or sets a value that specifies whether the vertical and horizontal scroll bars can be displayed in the viewport when a popup window is shown in modal mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool ShowViewportScrollbarWhenModal { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if scroll bars are available; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowViewportScrollbarWhenModal
ASP.NET Controls and MVC Extensions ASPxCardViewPopupControlSettings
.FilterControl .ShowViewportScrollbarWhenModal
ASPxGridViewPopupControlSettings
.FilterControl .ShowViewportScrollbarWhenModal
TreeListPopupControlSettings
.FilterControl .ShowViewportScrollbarWhenModal
ASPxVerticalGridPopupControlSettings
.FilterControl .ShowViewportScrollbarWhenModal
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.FilterControl .ShowViewportScrollbarWhenModal
BootstrapGridViewPopupControlSettings
.FilterControl .ShowViewportScrollbarWhenModal
ASP.NET MVC Extensions MVCxGridViewPopupControlSettings
.FilterControl .ShowViewportScrollbarWhenModal
MVCxTreeListPopupControlSettings
.FilterControl .ShowViewportScrollbarWhenModal

Remarks

The ShowViewportScrollbarWhenModal property controls the availability of scroll bars in the viewport when a popup window is used in modal mode in Grid View (the GridEditFormPopupSettings.Modal property is enabled). Note that the ShowViewportScrollbarWhenModal property is not in effect if the GridFilterControlPopupSettings.ShowPageScrollbarWhenModal is enabled.

See Also