ViewX is the first column displayed on left-upper side of the component.

You can set ViewX to simulate horizontal scroll-bar movement.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int ViewX { get; set; }
Public Property ViewX As Integer
	Get
	Set
public:
property int ViewX {
	int get ();
	void set (int value);
}

See Also