У меня есть родительская форма MDI, которая создает много дочерних MDI во время выполнения. Есть ли умный способ равномерно распределить эти формы внутри родительского? есть идеи?
Заранее спасибо !!
**ArrangeIcons** child window icons are arranged within the parent **Cascade** arrange the child windows within the parent window in a cascaded fashion **TileHorizontal** tile the child windows horizontally **TileVertical** tile the child windows vertically //Cascade all child forms. this.LayoutMdi(System.Windows.Forms.MdiLayout.Cascade);
взгляните на http://www.codeproject.com/KB/cs/mdiformstutorial.aspx для начала