Hi :)
I have some object in a forum, and i want that those
objects will be resize and moved proportionatly after i resize the forum.
(like when i make the forum width bigger, i want that all
the object will get bigger with the forum)
Is there an Automatic method to do that ?
How can i do that ?
Thanks. :)
Loading
eliPosted Jul 31, 2007, 5:57 AM
Thanks for you reply.
It didnt realy helped me because i cant put the object in any place i want to
in this layout, and it seems to not get bigger (maybe i did it wrong :p)
but i fixed the problem i had with the Anchor property of the objects.
Ebin RoyPosted Jul 20, 2007, 10:12 AM
Place a tableLayoutPanel in the form.Take properties --> Collections --> add Columns/Rows
set Dock = Fill (so it will fill entire form)
Place the controls in the Column, if needed u can assign columnspn/Rowspan(example:take control [button or any] proprites columnspan =2)
take each controls properties set dock= fill (so if resize the form all the controls (if u set dock=fill) will enlarge
Hope it will help u...
pls give remark, if it helps u... Thanks