I have just recently started developing Windows Form Controls, and one of the controls i am currently working on is simply (for now) a picturebox with an image. But i want the user of my control to be able to rezise the image. I have tried binding the control.resize event, but it didn’t seem to do the trick.
I have just recently started developing Windows Form Controls, and one of the controls
Share
Try setting the SizeMode property. More at http://msdn.microsoft.com/en-us/library/system.windows.forms.pictureboxsizemode.aspx