Hi All,

In VB6 there was a Method called resize on a form that would allow me to programatically change the width, height etc of controls on a form based on the forms dimensions. Typically used when a user Drags the edge of a form to make it larger.

I could not find a Resize event on my form (Winforms).

It appears that I need to use something like a FLowLayout Control. So I have placed a flowlayout control on my form and then placed a treeview and grid control on that. However, I still seem not to be able to resize the control accourdingly.

COuld someone please point me in the direction to resize controls on a form during runtime when the user decides to manually increase or decrease the size of the form.