|  | 
| [Solved] MDI child | 
| Post Reply   | 
| Author | |
| ABuenger   Newbie     Joined: 02 February 2006 Status: Offline Points: 1075 |  Post Options  Thanks(0)  Quote  Reply  Topic: [Solved] MDI child Posted: 12 October 2010 at 5:07pm | 
| 
   
I would like to use the docking pane manager for a tabbed MDI window, because this also allows to re-arange the panes and have them side-by-side. a) How can I remove the view? I want the panes to occupy the whole client area. b) How can I remove the pane title? c) How can I change the tab position to the top? xtpPaneNoFloatable  | |
| 
     Codejock support
     | |
|  | |
| ABuenger   Newbie     Joined: 02 February 2006 Status: Offline Points: 1075 |  Post Options  Thanks(0)  Quote  Reply  Posted: 12 October 2010 at 5:24pm | 
| 
   xtpPaneNoCaption doesn't really work. Is it possible to show the tabs always (even if there is only 1)?   | |
| 
     Codejock support
     | |
|  | |
| Oleg   Senior Member   Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |  Post Options  Thanks(0)  Quote  Reply  Posted: 13 October 2010 at 1:09am | 
| 
   Hi, Seems just TabControl can work for you check Samples\ToolkitPro\TabbedView  Here some hints if you plan use DockingPanes anyway: CXTPDockingPanePaintManager::m_bDrawSingleTab CXTPDockingPaneManager::HideClient() CXTPDockingPanePaintManager::GetTabPaintManager()->SetPosition(xtpTabPositionTop) | |
| 
     Oleg, Support Team CODEJOCK SOFTWARE SOLUTIONS | |
|  | |
| ABuenger   Newbie     Joined: 02 February 2006 Status: Offline Points: 1075 |  Post Options  Thanks(0)  Quote  Reply  Posted: 13 October 2010 at 6:38am | 
| 
 Thanks Oleg, that did what I need. I think docking panes are much better than just a tab control.   | |
| 
     Codejock support
     | |
|  | |
| 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 |