ScrollPosition Property
Summary
Gets or sets the scroll bar position.
Syntax
public Point ScrollPosition { get; set; }
Public Property ScrollPosition As Point
public:
property Point ScrollPosition {
Point get();
void set ( Point );
}
Property Value
A System.Drawing.Point structure that represents the scroll bar position, in pixels.