PopupControlSettingsBase.ScrollBars Property
In This Article
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.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ScrollBars ScrollBars { get; set; }
#Property Value
Type | Description |
---|---|
Scroll |
One of the Scroll |
#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