How do I get this layout? |
Post Reply |
Author | |
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
Posted: 10 December 2007 at 11:49am |
---------------
| Pane1 |
---------------
P | |
a | |
n | View |
e | |
2 | |
---------------
It seems impossible to do this programmatically. Any hints? This does NOT work:
m_paneManager.CreatePane(IDR_PANE1, rc1, xtpPaneDockTop);
m_paneManager.CreatePane(IDR_PANE2, rc2, xtpPaneDockLeft); |
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
|
Sigh... too easy ;)
First create "left", then "top"... Thanks anyway :)
|
|
Ark42
Senior Member Joined: 20 October 2003 Status: Offline Points: 291 |
Post Options
Thanks(0)
|
I don't remember the exact method, but it is possible to create the left pane2 2nd and have it docked as you want programmatically. You just need to dock left of the client area with an extra parameter instead of docking left of the entire window which is default.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |