XtraScrollableControl.ScrollControlIntoView(Control) Method
Scrolls the XtraScrollableControl‘s view to display the specified control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
activeControl | Control | A Control descendant that represents the control which is invisible, or partly visible, within the XtraScrollableControl. |
See Also