HtmlElement::ScrollLeft Property

 

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

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

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

Property Value

Type: System::Int32

The distance, in pixels, between the left edge of the element and the left 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: