True tiling of MDI forms?

  • Thread starter Thread starter Jim Hubbard
  • Start date Start date
J

Jim Hubbard

I know how to do the simple Horizontal and Vertical tiling like ...

123

and

1
2
3

... respectively. But, is there a simple method to do true tiling like
....

1 2
3 4

of MDI forms?
 
That's what I figured. I think I may opt for a tabbed interface instead of
MDI and just code a tab to allow the resized controls to auto-resize and
place themselves according to the number of controls and space allowed.

I will need to test a lot to make sure that the resize functions are speedy
enough to not delay the app when the form is resized.

Thanks for your post.
 
Back
Top