I have a form with two DataGridView controls, each which has a row of 3 Button controls underneath.
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?
2007-02-26
09:49:29
·
3 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design