2009-09-13 9 views

ответ

3
**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 для начала

+0

я должен был поставить this.LayoutMdi в защищенный переопределение ничтожной OnShown, чтобы получить макет рабочей работы http://stackoverflow.com/a/2836353/74585 –

Смежные вопросы