Click here to Skip to main content
15,889,595 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two group boxes top one is collapsible, i want to adjust layout of lower group box when upper group box collapse or expand.
Thanks
Posted
Comments
Sergey Alexandrovich Kryukov 23-Jan-12 5:00am    
Sounds easy, but what have you done so far? What's the problem? Care to make a (short!) code sample?
--SA

Hi,
//groupBox1 is the name of groupBox
//define x and y position.
groupBox1.Location = new Point(x,y);
 
Share this answer
 
Using dock property top one should be dock to top while other one dock to fill.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900