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


how cascade windows in mdi parent start location. have side panel want cascading , tiling start next panel.

my current code is:

this.layoutmdi(system.windows.forms.mdilayout.cascade); 

how give starting location?

you don't. if want give start location have write own cascade function.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -