Specifies the scrolling smooth when SetViewXYSmooth is called or when EnableMovingScroll is true.

Large values increase smooth. "0" disables smooth (acts like SetViewXY).

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

Syntax

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

See Also