I have a flowlayoutpanel, on which there are some UserControls, which are being dragged and dropped in flowlayoutpanel. I need my controls - userCOntrols to auto resize when resizing the window itself. I need that Usercontrols to be resized automatically when resizing the form. What can you offer ?
You should use the Dock Property for that.
How to dock a control:
The control is automatically resized to fit the boundaries of the docked edge.