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 :-)
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 :-)
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.
As specified earlier, yes you can use a second split or add 2 panels to the panel in question.