Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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