Toggling splitter orientation
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Can somebody please tell me how to max/min toggle a view in a splitter? Checkout http://www.codeguru.com/mfc/comments/7113.shtml to see an attempt by Kirk but his code will not solve this case: Imagine a 2x2 splitter where the pane in row 2 col 2 is to be toggled to full view, that is the top left, top right and lower left should be hidden. Hiding them works fine, but when I wish to restore the hidden panes the views in the panes are swapped. And I can't seem to get around it.