GridFilterControlPopupSettings.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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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 GridFilterControlPopupSettings.ShowPageScrollbarWhenModal is enabled.
See Also