I have an app that I need to be able to add child forms to a Main form. I can add the child forms to the main form at runtime easy enough, but when I resize the main form, the child forms do not resize accordingly.
I was wondering if adding the child forms to a flowlayoutpanel would help with resizing or should I just subscribe to the main forms "resize" event and resize the child forms accordingly.