Is there any way to tile all of the form children of an mdi parent easily? I'm looking for most of the functionality that windows offers, tile cascade. Anyone know of an easy way?
try these...
// Tile all child forms horizontally.
this.LayoutMdi( MdiLayout.TileHorizontal );
// Tile all child forms vertically.
this.LayoutMdi( MdiLayout.TileVertical );
// Cascade all MDI child windows.
this.LayoutMdi( MdiLayout.Cascade );
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With