Skip to main content
A newer version of this page is available. .
Tab

SplitterPane.ScrollBars Property

Gets or sets a value specifying which scrollbars should appear within the pane.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
ScrollBars **None**

One of the ScrollBars enumeration values.

Remarks

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

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

See Also