Hi,
I am using PictureBox in Windows Forms Application.
Problem is that I only see part of Image and not whole Image if it is Larger that PictureBox and Small if it Smaller than PictureBox?
I need to stretch and fit. Please suggest.
You can use the SizeMode property of PictureBox from Properties window and set its value to StrechImage
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.