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

XtraScrollableControl.AutoScroll Property

Gets or sets whether the XtraScrollableControl enables the user to scroll to any controls placed outside its visible boundaries.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
public override bool AutoScroll { get; set; }

Property Value

Type Default Description
Boolean **true**

true to enable auto-scrolling; otherwise, false.

Remarks

If the AutoScroll property is set to true, the XtraScrollableControl automatically controls the visibility of scroll bars.

See Also