![]() |
Docking pane question |
Post Reply
|
| Author | |
unit158
Newbie
Joined: 15 June 2005 Status: Offline Points: 10 |
Post Options
Thanks(0)
Quote Reply
Topic: Docking pane questionPosted: 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.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 |
|
![]() |
|
bevpet
Newbie
Joined: 01 April 2005 Location: Canada Status: Offline Points: 39 |
Post Options
Thanks(0)
Quote Reply
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); |
|
![]() |
|
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 |