I am using SplitContainer and it contains only 2 panels but I need 3(panels).

QUESTIONS:

Is it possible to add more panels to SplitContainer?

if YES
      how? 
else
      why not?

Thanks :-)

link|improve this question

feedback

3 Answers

up vote 5 down vote accepted

Strictly speaking, it's not possible. But, you could always use a second SplitContainer in one of the first SplitContainer's panel to obtain similar results.

link|improve this answer
Good Idea! Let me try. – Pratik Deoghare Dec 2 '09 at 9:02
(+1A) Great. Thanks. – Pratik Deoghare Dec 2 '09 at 9:05
feedback

As specified earlier, yes you can use a second split or add 2 panels to the panel in question.

link|improve this answer
feedback

putting a 2nd splitcontainer in the 1st one is a good idea, but the behavior of the 2 splitters is not very predictable / intuitive: if you have 2 panels, then 2 other panels at the right side, moving the left splitter will adjust the size of the 2 others panels proportionnally, but this is not the case for the right splitter, since it can't adjust its parent's splitter position. This is not a major issue, but I think it could really be great to have a REAL 3 or more panels splitcontainer :)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.