Search code examples
winformsmdichildmdiparent

MDI Child Form Load


Loading multiple child forms from a loop into a MDI parent form. They are displayed one at a time. I would like to display all the created forms at once. I tried only using the .Show() method after they are all created, but they still only display one at a time.


Solution

  • Perhaps layouting your children forms using the MdiLayout Enumeration.