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

GridEditFormPopupSettings.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.v18.2.dll

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:

Show 11 property paths
Library Object Type Path to ShowViewportScrollbarWhenModal
ASP.NET Bootstrap Controls BootstrapCardViewPopupControlSettings
.EditForm.ShowViewportScrollbarWhenModal
BootstrapGridViewPopupControlSettings
.EditForm.ShowViewportScrollbarWhenModal
ASP.NET Web Forms Controls ASPxCardViewPopupControlSettings
.EditForm.ShowViewportScrollbarWhenModal
ASPxGridViewPopupControlSettings
.EditForm.ShowViewportScrollbarWhenModal
ASPxTreeList
.SettingsPopupEditForm.ShowViewportScrollbarWhenModal
TreeListPopupControlSettings
.EditForm.ShowViewportScrollbarWhenModal
MVCxGridViewPopupControlSettings
.EditForm.ShowViewportScrollbarWhenModal
MVCxTreeList
.SettingsPopupEditForm.ShowViewportScrollbarWhenModal
MVCxTreeListPopupControlSettings
.EditForm.ShowViewportScrollbarWhenModal
TreeListSettings
.SettingsPopupEditForm.ShowViewportScrollbarWhenModal
TreeListSettings<RowType>
.SettingsPopupEditForm.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 GridEditFormPopupSettings.ShowPageScrollbarWhenModal is enabled.

See Also