2007-02-26 14:49:29 UTC
Could someone please help me with making it so that these controls will resize automatically along with the form, without overlapping each other?
I've been experimenting with the Anchor and Dock properties, but so far I haven't been able to make it so that when the form is maximized that the controls do not overlap. How do I solve this problem, do I need to add code for the Resize event to set the controls' dimensions on the fly? Or is there some better way?