Skip to main content

XtraScrollableControl.ScrollControlIntoView(Control) Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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