Back to Devexpress

XtraPanel.AutoScroll Property

windowsforms-devexpress-dot-xtraeditors-dot-xtrapanel-6c51bc0f.md

latest1.3 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(false)]
public override bool AutoScroll { get; set; }
vb
<DefaultValue(False)>
Public Overrides Property AutoScroll As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Remarks

See ScrollableControl.AutoScroll in MSDN to learn more.

See Also

XtraPanel Class

XtraPanel Members

DevExpress.XtraEditors Namespace