I have a multiple view SDI project. One of the views has to be split, probably with CSplitterWnd or CSplitterWndEx. But the other views should not be split, and should not have the split buttons and scrollbars. I tried various combinations using CSplitterWnd and some classes derived from it which I found online, but I can't get what I need. So here are the constraints:
One view is CViewUnsplit, without splitter
The second view displays initially only CViewSplitLeft
A command allows the user to split/unsplit and add or remove CViewRight.