I have successfully implemented view switching in a program I'm working on. My first view is a normal view displaying the document, but I want my second view to be a split view, displaying the same document, one above the other, each with their own scroll bar.
How do I approach this?