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

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

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
public virtual bool AlwaysScrollActiveControlIntoView { get; set; }

Property Value

Type Default Description
Boolean **true**

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

See Also