Splitter between panels

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
 
C

Chris Dunaway

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top