View Single Post
  #1 (permalink)  
Old 12-05-2008, 2:27 AM
batutabunsing batutabunsing is offline
VB.NET Forum Newbie
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Mar 2008
Posts: 19
Reputation: 27
batutabunsing is on a distinguished programming path ahead
Default Programmatically Layout MDI Child Forms

How do I programmatically layout the child forms in MDI container?

For example, is there an MDI command for

- Cascade windows
- Tile Vertical
- Tile Horizontal
etc.

I want to know how the MDI does this. I think it is not exposed when you use the Standard menu items and as such, I want to know how it is done.

Thanks.
Reply With Quote