ScrollableControl.ScrollToControl(Control) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算到指定子控件的滚动偏移量。
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(相对于将控件滚动到视图所需的工作区)。
注解
该方法 ScrollControlIntoView 使用 ScrollToControl 该方法计算必须滚动到显示指定控件的距离。 子 AutoScrollOffset 控件的属性用于调整滚动位置。
ScrollToControl 不会导致滚动;该方法 SetDisplayRectLocation 通常用于随后滚动到计算位置。