Resizable winform

  • Thread starter Thread starter news.microsoft.com
  • Start date Start date
N

news.microsoft.com

Hi there

I'm using .NET 2.0.

When I have a winform with controls how do I make it resizable ?

I have tried each of the LayoutManagers that stick with Visual Studio 2005,
but they do not look like they have the desired funtionality...

Thanks in regards,

Jess
 
A Windows Form is resizable by default.

--
HTH,

Kevin Spencer
Microsoft MVP
Digital Carpenter

A man, a plan, a canal,
a palindrome that has gone to s**t.
 
I assume you're refering to the contents of the client area and not the form
itself.
This you have to manage in the form's resize event.

Not that informed on dotnet yet, but that's what had to be done with vb6.0
 
Back
Top