How can you change the predefined size of cascade in VB.NET?

Jordan Lee

New member
I have a form that uses MDI layout. I'm currently using "Me.LayoutMdi(MdiLayout.Cascade)" I to cascade all the windows within the parent form. I don't like the size of the child forms when I use that following code. Is there a way to change the predefined size of cascade?
 
Back
Top