ActionsPane.ScrollControlIntoView(Control) Method

Definition

Scrolls the specified child control into view.

public:
 void ScrollControlIntoView(System::Windows::Forms::Control ^ activeControl);
public void ScrollControlIntoView (System.Windows.Forms.Control activeControl);
abstract member ScrollControlIntoView : System.Windows.Forms.Control -> unit
Public Sub ScrollControlIntoView (activeControl As Control)

Parameters

activeControl
Control

The child control to scroll into view.

Remarks

This method provides the same functionality as the System.Windows.Forms.ScrollableControl.ScrollControlIntoView method. For more information about using this method, see System.Windows.Forms.ScrollableControl.ScrollControlIntoView.

Applies to