mikoskinen / UWP.MDI

Multiple document interface (MDI) support for UWP applications
MIT License
7 stars 3 forks source link

MDIContainer automatic window arrange #5

Closed mikoskinen closed 6 years ago

mikoskinen commented 6 years ago

Add support to MDIContainer for automatically arranging windows. The following layouts should be supported:

Cascade TileHorizontal TileVertical

The idea is that developer can add button into app, which then calls into MDIContainer.LayoutMdi(MdiLayout.Cascade).