Hello everyone In .NET Framework, there is only SplitContainer which contains 2 panels. I need a container which can contain multiple splitters and panels.
See my picture:
Please help me. Thanks.
Hello everyone In .NET Framework, there is only SplitContainer which contains 2 panels. I need a container which can contain multiple splitters and panels.
See my picture:
Please help me. Thanks.
Why not nest the SplitContainers?
In the left panel of the main splitcontainer, you can add a split panel, and in the right panel you do the same. Then you have four columns (and auto sizing still works)
If you are 'lazy' (or find this acceptable), you can simply place 1 & 2 in a splitter, then 3 & 4 in another, then place those 2 splitters in another splitter.