Display Scale an image to fit PictureBox in vb.netTagged: Picture Box, vb.netThis topic has 0 replies, 2 voices, and was last updated 11 years ago by Hirendra Sisodiya.Viewing 2 posts - 1 through 2 (of 2 total)AuthorPosts May 7, 2012 at 4:51 pm #3726 John CoderMemberHi i want to display image in the picture box fit to its size. means i need to scale image to fit picturebox control. i am using vb.net.have you an idea… Thanks May 8, 2012 at 11:14 am #3732 Hirendra SisodiyaKeymasterHi johnYou can set the SizeMode property of the PictureBox to PictureBoxSizeMode.Zoom. This enables to display the image fit to picturebox.[code title=””] PictureBox1.SizeMode = PictureBoxSizeMode.Zoom[/code] AuthorPosts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic.Log In Username: Password: Keep me signed inLog In