Splitter between panels

  • Thread starter Thread starter MMahank
  • Start date Start date
M

MMahank

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
 
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
 
Back
Top