Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
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