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?
Thanks :-)
| |||
|
feedback
|
|
Strictly speaking, it's not possible. But, you could always use a second | |||||
|
feedback
|
|
As specified earlier, yes you can use a second split or add 2 panels to the panel in question. | |||
|
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 :) | |||
|
feedback
|