Different CSplitterWnd behaviour needed
-
I have a SDI application - one CSplitterWnd and two CView derived panes, top and bottom. We all know that top pane remains "docked" and bottom pane's size changes while resizing main window. I need exactly the opposite: the top pane's size has to change and the bottom pane's height must remain fixed while resizing main window (just like there was a docked control bar at the bottom of the main window). Is this possible (and how)? -- Vladimir Svrkota, CardWare Novi Sad, Serbia.
-
I have a SDI application - one CSplitterWnd and two CView derived panes, top and bottom. We all know that top pane remains "docked" and bottom pane's size changes while resizing main window. I need exactly the opposite: the top pane's size has to change and the bottom pane's height must remain fixed while resizing main window (just like there was a docked control bar at the bottom of the main window). Is this possible (and how)? -- Vladimir Svrkota, CardWare Novi Sad, Serbia.
-
Thanks, LeeeNN :-D -- Vladimir Svrkota, CardWare Novi Sad, Serbia.