How do I create Forms that behave like the Visual Studio layout?

M

Michael

You'll notice that forms in the Visual Studio interface automatically
resize when a form is deleted or resized, or when a new form is added.
Is there a simple way to accomplish this? (the SplitContainer will not
accomplish this behavior). Thanks for your help.
 
K

kimiraikkonen

You'll notice that forms in the Visual Studio interface automatically
resize when a form is deleted or resized, or when a new form is added.
Is there a simple way to accomplish this? (the SplitContainer will not
accomplish this behavior). Thanks for your help.

Do you mean resizing at runtime or design time?

For runtime, resizing is handled by form's size properties and
resize(+begin+end) event(s). It would be useful to provide more
information about the issue.

Thanks,

Onur Güzel
 

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