tags:

views:

78

answers:

2

I am looking for a free .net winforms control which is able to display images. PictureBox isn't a solution because you have to implement all pan&zoom events yourself. The control should be able to display images like 4000x5000 pixels, have zoom and pan buttons.

A: 

Have a look at this or this.

Simon Linder
What is this or this? Please provide descriptions to links.
AMissico
+1  A: 

I have used this one:

http://www.codeproject.com/KB/miscctrl/ScalablePictureBox.aspx

Not sure if it meets your needs

quimbo