ASPxPopupControl.ShowPageScrollbarWhenModal Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
#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