XtraScrollableControl.ScrollControlIntoView(Control) Method
Scrolls the XtraScrollableControl‘s view to display the specified control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v26.1.dll
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