Skip to main content
A newer version of this page is available. .

XtraScrollableControl.ScrollControlIntoView(Control) Method

Scrolls the XtraScrollableControl‘s view to display the specified control.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public void ScrollControlIntoView(
    Control activeControl
)

Parameters

Name Type Description
activeControl Control

A Control descendant that represents the control which is invisible, or partly visible, within the XtraScrollableControl.

See Also