Splitter Windows Samples
Class CSplitterWnd provides support for splitter windows with multiple panes, in which each pane is typically a view on the same document. The following samples show how to use splitter windows:
- SCRIBBLE shows how panes are created and destroyed in a dynamic splitter window as the user splits new views and removes splits. As in most dynamic splitter windows, the panes represent views of the same CView derived class in SCRIBBLE.
- VIEWEX shows how in a static splitter window, the order and number of panes never changes. As in most static splitter windows, the panes in these samples represent views of different CView derived classes.
See Also
Microsoft Foundation Class Library Samples Index