ScrollControl.BringChildIntoView(FrameworkElement, Boolean) Method
Scrolls the control to make the specified child visible, with or without an animation effect.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v25.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| child | FrameworkElement | A FrameworkElement object to be made visible. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| allowAnimation | Boolean | False |
|
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also