The upper-left hand System.Drawing.Point of the display area relative to the client area required to scroll the control into view.
The ScrollableControl.ScrollControlIntoView(Control) method uses the ScrollableControl.ScrollToControl(Control) method to calculate how far it must scroll to display the specified control. The Control.AutoScrollOffset property of the child control is used to adjust the scrolled position.
ScrollableControl.ScrollToControl(Control) does not cause scrolling; the ScrollableControl.SetDisplayRectLocation(int, int) method is typically used to subsequently scroll to the calculated position.