PopupControlSettingsBase.ScrollBars Property
Gets or sets a value specifying which scrollbars should appear within the PopupControl’s window (or the DockPanel).
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
ScrollBars | One of the ScrollBars enumeration values. |
Remarks
Use the ScrollBars property, to control the visibility and position of scroll bars.
If you specify Auto for the ScrollBars property, scroll bars are automatically shown when the size of the content in the element exceeds the size of the element itself.
See Also