This documentation is archived and is not being maintained.
ScrollableControl::SetDisplayRectLocation Method
Visual Studio 2010
Positions the display window to the specified value.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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.
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.
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.
Show: