Positions the display window to the specified value.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Syntax
Protected Sub SetDisplayRectLocation ( _
x As Integer, _
y As Integer _
)protected void SetDisplayRectLocation(
int x,
int y
)protected:
void SetDisplayRectLocation(
int x,
int y
)member SetDisplayRectLocation :
x:int *
y:int -> unit
Parameters
- x
- Type: System
. . :: . Int32
The horizontal offset at which to position the ScrollableControl.
- y
- Type: System
. . :: . 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 CallersSetDisplayRectLocation does not update the position of the scroll bars. To update the scroll bars, call the AdjustFormScrollbars method.
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.