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

ASPxPopupControl.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.

Remarks

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

To learn more, see the following example:T495532

See Also