CollapsiblePanelSettings.ScrollBars Property
Gets or sets a value specifying which scrollbars should appear within the panel.
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 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.
See Also