Scrolled panel if Image is bigger than panel size

Hello Krish,

Now the first image I load has size less than 800x600 so it displays
perfectly. When I display images larger than 800x600 it just shows the
TOPLEFT 800x600 part of the image. I want it to have an automatic
horizontal and vertical scrollbars once it finds that the image is >
800x600. I have been going through Scrolledpanel module but haven't
had much success. Anyone had similar problems.

I would try with wx.ScrolledWindow. Take a look at the demo under Core Windows/Controls
--> ScrolledWindow. Moreover, it seems a little strange to me that ScrolledPanel
does not fit your needs. Maybe do you have some snippets of code to show
us what is not working?

Andrea.