ASPxCollapsiblePanel.ScrollBars Property
In This Article
Gets or sets a value specifying which scrollbars should appear within the panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(ScrollBars.None)]
public ScrollBars ScrollBars { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Scroll |
None | One of the Scroll |
#Remarks
Use the ScrollBars property to control the visibility and position of scroll bars in the panel.
If you specify Auto for the ScrollBars property, scroll bars are automatically shown when the size of the content in the panel exceeds the size of the panel itself.
Note
This property is in effect when the Render
See Also