Resizing the form elements on resizing the form
问题 how to Resizing the Windows form elements on resizing the form? is there any way to set the width of picturebox, panel, etc 100% like CSS? suggest me some help for best practices of layout? When i resize the Windows form, I want that Image size also change when i resize the image. like Windows Picture Viewer 回答1: You would probably be okay with the Anchor property of the controls. http://msdn.microsoft.com/en-us/library/system.windows.forms.control.anchor(v=vs.71).aspx 回答2: You should look