Skip to main content
Tab

ASPxPopupControl.ShowPageScrollbarWhenModal Property

Specifies whether a browser’s scroll bars are visible when the default pop-up window is shown in modal mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean false

true if scroll bars are visible; false if scroll bars are hidden.

Remarks

The ShowPageScrollbarWhenModal property controls the availability of a browser’s scroll bars when the ASPxPopupControl’s default pop-up window is used in modal mode. When the property is set to true, users can scroll the document content while the modal pop-up window is visible.

Limitation

If the pop-up window is in adaptive mode, the ShowPageScrollbarWhenModal property has no effect.

See Also