| | This article shows how to create a dynamic splitter window. This application creates a splitter window with two views, a graphicsview and a textview. At times we may want to see the top area of the drawing as well as the bottom area without being required to scroll the view. To achieve this we can spilt the graphics view horizontally, into 2 panes. In one pane we can show the top area of the drawing region and in the another, the bottom area. This does not mean that we are restricted to seeing only the top or the bottom area in the two panes. We can scroll both the panes and get the desired portion of the drawing area into the view. |