I have an existing win from with two group boxes groupbox1 at top while groupbox2 at bottom.now i am facing problem when using docking.when i dock groupbox1 to top and groupbox2 dock to fill then groupbox2 occupying whole height. i have tried to change size and location of groupbox2 using designer as well as property window, but when i came back to designer view its size and location restored to default as earlier.
Then i created a new form and place groupbox1 and dock it to top,and then groupbox2 and dock it to fill now arrangement is correct.
Now i want to know how to correct this layout problem for existing form.
Thanks.
I have an existing win from with two group boxes groupbox1 at top while
Share
Use Document Outline window to change the order of groupboxes.
I remember similar case with other controls and the changing of order helped.