R 
		
								
				
				
			
		Rich P
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
				
			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
 
	 .
.