Skip to main content

XtraPanel.AutoScroll Property

Gets or sets a value indicating whether the container enables the user to scroll to any control placed outside its visible boundaries.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DefaultValue(false)]
public override bool AutoScroll { get; set; }

Property Value

Type Default Description
Boolean false

true if the auto-scrolling feature is enabled; otherwise, false.

Remarks

See ScrollableControl.AutoScroll in MSDN to learn more.

See Also