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

ScrollControl.AllowBringChildIntoView Property

Gets or sets whether or not an element, hosted within the ScrollControl descendant, should be automatically scrolled upon interaction.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public bool AllowBringChildIntoView { get; set; }

Property Value

Type Description
Boolean

true, if an element, hosted within the ScrollControl descendant, should be automatically scrolled upon interaction.; otherwise, false.

Remarks

By default, a control derived from the ScrollControl class automatically scrolls its content area to display the top of the control (group of controls) with which an end-user interacts. This behavior is shown in the following animation.

ScrollControl - AutoScroll

To disable this behavior, set the AllowBringChildIntoView property to false.

See Also