How to add a Panel to SplitContainer?

17.4k Views Asked by At

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 :-)

2

There are 2 best solutions below

3
On BEST ANSWER

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.

0
On

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