c# - Arranging borderless MDI child forms -


i have mdi parent form potentially many children. so, have issue of borders of children taking lot of space. solution give user easy access option removing children form borders. easy with

child.formborderstyle = system.windows.forms.formborderstyle.none; 

the issue whole point form them click "tile horizontal" , arranges nicely more room before. problem borders disappear, empty space border was, , when "tile horizontal" clicked nothing happens. assuming because child forms not resizable when border none.

is there way without manually rearranging?


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -