I got Panel 1 and Panel 2 using splitContainer in the Windows form. I want to keep the original size of the Panel 1 . I just want to maximize the size of the Panel 2 from the original starting point when I maximize the form in the interface.
I tried to change the setting in the splitContainer properties dock but i couldn’t succeed….
How can I maximize the Panel 2 alone ????


When I checked this link, there is no solution for my problem. http://support.microsoft.com/kb/953934
Set the SplitContainer.FixedPanel property to whichever panel you want to keep fixed, or use simple panels and anchor them properly to your needs.