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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public bool BringChildIntoView(
FrameworkElement child,
bool allowAnimation = false
)
#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