HtmlElement::ScrollTop Property

 

Gets or sets the distance between the edge of the element and the top edge of its content.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property int ScrollTop {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The distance, in pixels, between the top edge of the element and the top edge of its content.

The full dimensions of the scroll area are available using ScrollRectangle; ScrollLeft and ScrollTop are exposed independently because these are the only two properties of the scroll area that developers can set.

.NET Framework
Available since 2.0
Return to top
Show: