Resizable winform

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
 
K

Kevin Spencer

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.
 
M

Me

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top