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
Post a Comment