C# tile windows in MDI application, please help

  • Thread starter Thread starter David Smith
  • Start date Start date
Is there an easy way to tile and cascade MDI child windows?

You can use Form.LayoutMdi method and MdiLayout enumeration. For example:

LayoutMdi(MdiLayout.Cascade)

incognito
 
Hello Mr.Tickle,

Klik! SizePos control in Klik! SizeLib.Net may help you...This control saves
the forms last size and position and opens them at the same location and
size...

http://www.kliksoft.com/

Regards,

Özden Irmak
 
Back
Top