Back to Devexpress

OptionsView.AlwaysScrollActiveControlIntoView Property

windowsforms-devexpress-dot-xtralayout-dot-optionsview-9bd250d1.md

latest1.7 KB
Original Source

OptionsView.AlwaysScrollActiveControlIntoView Property

Gets or sets whether focusing a control that is out of view automatically scrolls the LayoutControl to make this control visible.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if focusing a control that is out of view automatically scrolls the LayoutControl to make this control visible; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AlwaysScrollActiveControlIntoView
LayoutControl

.OptionsView .AlwaysScrollActiveControlIntoView

|

See Also

OptionsView Class

OptionsView Members

DevExpress.XtraLayout Namespace