ScrollableControl.ScrollToControl(Control) 方法

定义

计算到指定子控件的滚动偏移量。

protected:
 virtual System::Drawing::Point ScrollToControl(System::Windows::Forms::Control ^ activeControl);
protected virtual System.Drawing.Point ScrollToControl (System.Windows.Forms.Control activeControl);
abstract member ScrollToControl : System.Windows.Forms.Control -> System.Drawing.Point
override this.ScrollToControl : System.Windows.Forms.Control -> System.Drawing.Point
Protected Overridable Function ScrollToControl (activeControl As Control) As Point

参数

activeControl
Control

要滚动到视图中的子控件。

返回

Point

显示区域的左上 Point(相对于将控件滚动到视图所需的工作区)。

注解

该方法 ScrollControlIntoView 使用 ScrollToControl 该方法计算必须滚动到显示指定控件的距离。 子 AutoScrollOffset 控件的属性用于调整滚动位置。

ScrollToControl 不会导致滚动;该方法 SetDisplayRectLocation 通常用于随后滚动到计算位置。

适用于

另请参阅