Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - Change Tab Location on Pane
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Change Tab Location on Pane

 Post Reply Post Reply
Author
Message
AdrianM View Drop Down
Newbie
Newbie


Joined: 08 August 2003
Location: United States
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote AdrianM Quote  Post ReplyReply Direct Link To This Post Topic: Change Tab Location on Pane
    Posted: 06 July 2004 at 12:54pm

I have multiple panes attached to a single pane in my app.  It gives a tab box effect.  However the "Tabs" used to select each pane are located on the bottom of the view, and I would like to move them to the top.  How do I do this?

Back to Top
Magnetic core View Drop Down
Newbie
Newbie
Avatar

Joined: 22 August 2003
Location: Switzerland
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote Magnetic core Quote  Post ReplyReply Direct Link To This Post Posted: 19 November 2004 at 12:57am

Hello AdrianM,

this is the code to put the tabs on the top of the panes (DockingPane v9.51):


CXTPDockingPanePaintManager* pPaintManager = yourManager->GetPaintManager();
pPaintManager->GetTabPaintManager()->SetPosition(xtpTa bPositionTop);

where 'yourManager' is your CXTPDockingPaneManager class.

Greetings,
Magnetic Core

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.