Prev: How to convert Delphi Record to C#?
Next: PictureBox on a Panel -- display scrollbars for large pics?
From: Rich P on 12 Mar 2010 15:00 I have a PictureBox on a panel on a form. I have set the form's autoscroll = true and I have set the panel's autoscroll = true. I cycle through a list of pictures which display in the PictureBox, but when I show a picture which is larger than the current panel size I need to display scroll bars. But no scrollbars display. How do I make the panel scrollbars display when I reach an oversized picture? PictureBox sizemode = Normal, docking in panel is set to fill. Thanks Rich *** Sent via Developersdex http://www.developersdex.com *** |