how do i cascade windows in my mdiparent but only to start it from a certain location

StackOverflow https://stackoverflow.com//questions/24008736

  •  20-12-2019
  •  | 
  •  

Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top