ScrollableControl.SetDisplayRectLocation(Int32, Int32) Method

Definition

Positions the display window to the specified value.

protected:
 void SetDisplayRectLocation(int x, int y);
protected void SetDisplayRectLocation (int x, int y);
member this.SetDisplayRectLocation : int * int -> unit
Protected Sub SetDisplayRectLocation (x As Integer, y As Integer)

Parameters

x
Int32

The horizontal offset at which to position the ScrollableControl.

y
Int32

The vertical offset at which to position the ScrollableControl.

Remarks

If the AutoScroll property is set to true, the DisplayRectangle property is the virtual size and position displayed client area of the ScrollableControl. Call the SetDisplayRectLocation method to scroll through the ScrollableControl to the specified position.

Notes to Callers

SetDisplayRectLocation(Int32, Int32) does not update the position of the scroll bars. To update the scroll bars, call the AdjustFormScrollbars(Boolean) method.

Applies to

See also