I'm trying to get a form with a number of controls to resize when the
form is resized.
You can see the form here
http://cid-07181c0cc7a7c371.office.live.com/self.aspx/.Public/dcmark.png
The form is split into to parts vertically where the left part should
not resize. The right part consist of a listbox and a listview and below
them a pictureBox.
I want the listview and the pictureBox to resize when the form is
resized. This means that the listbox should grow/shrink to the right and
the pictureBox should grow/shrink to the right and to the bottom.
How do I accomplish this?
// Anders