Gets or sets where this control is scrolled to in ScrollControlIntoView.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Syntax . . :: . Point
A Point specifying the scroll location. The default is the upper-left corner of the control.
<BrowsableAttribute(False)> _
Public Overridable Property AutoScrollOffset As Point[BrowsableAttribute(false)]
public virtual Point AutoScrollOffset { get; set; }[BrowsableAttribute(false)]
public:
virtual property Point AutoScrollOffset {
Point get ();
void set (Point value);
}[<BrowsableAttribute(false)>]
abstract AutoScrollOffset : Point with get, set
[<BrowsableAttribute(false)>]
override AutoScrollOffset : Point with get, setProperty Value
Type: System.DrawingA Point specifying the scroll location. The default is the upper-left corner of the control.
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.