ScrollPosition Property (ScrollableControl)
In This Topic
Gets or sets the
System.Drawing.Point value determining the current scroll position.
Syntax
'Declaration
Public Overridable Property ScrollPosition As Point
public virtual Point ScrollPosition {get; set;}
See Also