Skip to main content
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.v23.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.

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