0

How do i cascade windows in my mdi Parent but only to start it from a certain location. I have a side panel that I want the cascading and tiling to start next to the panel.

My current code is:

this.LayoutMdi(System.Windows.Forms.MdiLayout.Cascade);

How do i give it a starting location?

1 Answers1

1

You don't. If you want to give it a start location you have to write your own cascade function.

Sam Axe
  • 33,313
  • 9
  • 55
  • 89