ActionsPane.ScrollControlIntoView(Control) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.