Moving the mouse over the image (without requiring any clicking) will cause the image to automatically scroll (pan) (see SmoothScrollValue)

Same behaviour of IEViewer.EnableMovingScroll = true.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool MovingScroll { get; set; }
Public Property MovingScroll As Boolean
	Get
	Set
public:
property bool MovingScroll {
	bool get ();
	void set (bool value);
}

See Also