Print Page | Close Window

[Solved] MDI child

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Docking Pane
Forum Description: Topics Related to Codejock Docking Pane
URL: http://forum.codejock.com/forum_posts.asp?TID=17416
Printed Date: 26 April 2024 at 1:08am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: [Solved] MDI child
Posted By: ABuenger
Subject: [Solved] MDI child
Date 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?

d) How can I prevent the docking panes from floating? I only want them inside the MDI child frame.
xtpPaneNoFloatable





-------------
Codejock support



Replies:
Posted By: ABuenger
Date 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


Posted By: Oleg
Date 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


Posted By: ABuenger
Date Posted: 13 October 2010 at 6:38am
Originally posted by oleg oleg wrote:

Here some hints if you plan use DockingPanes anyway:

CXTPDockingPanePaintManager::m_bDrawSingleTab
CXTPDockingPaneManager::HideClient()
CXTPDockingPanePaintManager::GetTabPaintManager()->SetPosition(xtpTabPositionTop)


Thanks Oleg, that did what I need. I think docking panes are much better than just a tab control.









-------------
Codejock support



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net