auto resizing forms contents

  • Thread starter Thread starter John Smith
  • Start date Start date
J

John Smith

i wanna do something like layots in java swing
when the user resizes the form all its contents
(datagrids, buttons, treeviews) get moved
and resized (including datagrid columns wight)

im using VB 2002

TIA
 
* "John Smith said:
i wanna do something like layots in java swing
when the user resizes the form all its contents
(datagrids, buttons, treeviews) get moved
and resized (including datagrid columns wight)

Have a look at the controls' 'Anchor' and 'Dock' properties. In
addition to that, have a look here:

<URL:http://www.dotnet.jku.at/projects/slm/>

Table layout and flow layout will be supported by .NET directly in .NET
2.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

Back
Top