M Marc Miller Jul 22, 2004 #1 How does one cascade all the child forms in a mdi container from one of the child forms? thanks, marc miller
How does one cascade all the child forms in a mdi container from one of the child forms? thanks, marc miller
S Stoitcho Goutsev \(100\) [C# MVP] Jul 22, 2004 #2 Hi Marc, Try this out this.MdiParent.LayoutMdi(MdiLayout.Cascade); Assuming *this* is a MDIChild form. Haven't tested, but it should work.
Hi Marc, Try this out this.MdiParent.LayoutMdi(MdiLayout.Cascade); Assuming *this* is a MDIChild form. Haven't tested, but it should work.