Back to Devexpress

XtraScrollableControl.AutoScroll Property

windowsforms-devexpress-dot-xtraeditors-dot-xtrascrollablecontrol-9ad0ff74.md

latest1.5 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public override bool AutoScroll { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Overrides Property AutoScroll As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

XtraScrollableControl Class

XtraScrollableControl Members

DevExpress.XtraEditors Namespace