Flow layout possible?

  • Thread starter Thread starter VB Programmer
  • Start date Start date
V

VB Programmer

I have user controls that I'm going to place on the form. There could be
from 0 - 20. I want the user to be able to resize the window and have the
controls relocate automatically, but like FLOW LAYOUT in ASP.NET. Any idea
how I can do this in VB.NET 2005, the latest version?

Thanks!
 
I just found the flow layout control. I think this will do.

How do I add a user control dynamically but have it CONTAINED within the
flow control? Here's how I'm adding the user control...

Controls.Add(MyUserControl)

Thanks!
 
Back
Top