How to fix CXTPDockingPane height? |
Post Reply |
Author | |
nicros
Newbie Joined: 12 May 2005 Status: Offline Points: 8 |
Post Options
Thanks(0)
Posted: 23 May 2005 at 6:34pm |
Hi,
I have a CXTPDockingPane that I create like this: CXTPDockingPane* wndPane = m_paneManager.CreatePane(winId, area, direction, neighbour); Where area is a CRect(0, 0, 500, 200). I want my height to be 200, regardless of whether the window is resized or not. Currently however, resizing my window also resizes the height of my pane. Is there a way to truly fix this? Thanks |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
try pPane->SetMinTrackSize(CSize(0, 200); pPane->SetMaxTrackSize(CSize(32000, 200);
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |