Can we have a splitter between two panels. one panel's dock property is set
to left and other ones set to fill. The splitter does not seem to work
properly for the panels I suppose.
Any ideas on how to approach the problem would be appreciated.
Thanks,
VPMahank
Chris Dunaway - 30 Dec 2005 17:13 GMT
Two solutions:
First solution:
Follow the steps in this order
1. Place a panel on the form, set its dock property to Left
2. Place a splitter on the form, set its dock property to Left
3. Place a second panel on the form set its dock property to Fill
Second solution (VS2005 only):
1 Place a SplitContainer control on the form