Back to Devexpress

SplitterPane.ScrollBars Property

aspnet-devexpress-dot-web-dot-splitterpane-335c788b.md

latest1.5 KB
Original Source

SplitterPane.ScrollBars Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(ScrollBars.None)]
public ScrollBars ScrollBars { get; set; }
vb
<DefaultValue(ScrollBars.None)>
Public Property ScrollBars As ScrollBars

Property Value

TypeDefaultDescription
ScrollBarsNone

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

Splitter

SplitterPane Class

SplitterPane Members

DevExpress.Web Namespace