Sizing of panes |
Post Reply |
Author | |
Wolfgang
Newbie Joined: 01 December 2003 Status: Offline Points: 36 |
Post Options
Thanks(0)
Posted: 27 August 2004 at 8:13am |
Ok one question is still left to ask ;) For my application I must collapse/expand panes to/from their title on button clicks. So far i was able to size the Panes from CXTPDockingPaneTablbedContainer derived class with CXTPDockingPanePaintManager* pPaintManager=CXTPDockingPaneBase::GetPaintManager(); m_szDocking.cy=max(m_szDocking.cy/2, pPaintManager->m_nTitleHeight); AfxGetMainWnd()->SendMessage(WM_SIZE); Somehow i think this is not a very slick solution, is there anotherway round? Furthermore i would need to play back an anymation for this expanding/collapsing, could i use the AUtohide Animation routines for this? thanks Wolfgang |
|
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 |