ScrollControl.BringChildIntoView(FrameworkElement, Boolean) Method
In This Article
Scrolls the control to make the specified child visible, with or without an animation effect.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
child | Framework |
A Framework |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
allow |
Boolean | False |
true to scroll using an animation effect ; otherwise, false. |
#Returns
Type | Description |
---|---|
Boolean | true if the operation was a success; otherwise, false. |
See Also