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

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.v19.1.dll

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