Print Page | Close Window

Docking pane question

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=2452
Printed Date: 08 November 2025 at 11:27am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Docking pane question
Posted By: unit158
Subject: Docking pane question
Date Posted: 25 June 2005 at 1:16pm
Currently, when I minimize the docking panes, they minimize on the side of the screen... I would like to have it so the tabs for each pane appear at the bottom of the window as opposed to on the side, A picture is provided on this site of what I am trying to do:
http://www.codejock.com/support/KB_PRO/images/tutorial10.gif -
http://www.codejock.com/support/KB_PRO/images/tutorial10.g if

If you notice the properites and options tabs are located at the bottom, whereas mine go off to the right side of the screen.

I have not been able to find any documentation or entries on the forum that address this issue, and I am assuming it's an easy fix.

Any advice would be greatly appreciated as always.

-Mike



Replies:
Posted By: bevpet
Date Posted: 26 June 2005 at 8:57pm

take a look at the Tabmanger sample. i use the ctrl in many parts of my apps, and have not run into any problems

x:....\Codejock Software\MFC\Xtreme Toolkit Pro\Samples\Common\TabManager

also, i'm not sure if i'm reading your Q correctly, but if you want the pane to "hide" to the bottom of the screen, use xtpPaneDockBottom:

as

CXTPDockingPane* MYpane = GetDockingPaneManager()->CreatePane(

ID_MY_PANE_VIEW, CRect(0, 0, 250, 200), xtpPaneDockBottom);




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