Back to Devexpress

XtraScrollableControl.AlwaysScrollActiveControlIntoView Property

windowsforms-devexpress-dot-xtraeditors-dot-xtrascrollablecontrol-b12be0b5.md

latest1.6 KB
Original Source

XtraScrollableControl.AlwaysScrollActiveControlIntoView Property

Gets or sets whether the XtraScrollableControl ‘s view is automatically scrolled to completely display the active control if it is invisible, or partly visible.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true to automatically scroll the view to completely display the active control if it is invisible, or partly visible; otherwise, false.

|

See Also

XtraScrollableControl Class

XtraScrollableControl Members

DevExpress.XtraEditors Namespace