Skip to main content
Tab

PopupWindow.ScrollBars Property

Gets or sets a value specifying which scrollbars should appear in the popup window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(null)]
public ScrollBars ScrollBars { get; set; }

Property Value

Type Default Description
ScrollBars null

One of the ScrollBars enumeration values.

Remarks

Use the ScrollBars property to control the visibility and position of scroll bars in the current window.

If you specify Auto for the ScrollBars property, scroll bars are automatically shown when the size of the content in the window exceeds the size of the window itself.

To set the visibility and position of scroll bars for all popup windows in the control, use the ASPxPopupControlBase.ScrollBars property.

See Also