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