Docking pane tabs position |
Post Reply |
Author | |
vijaymahajan
Groupie Joined: 16 June 2008 Status: Offline Points: 92 |
Post Options
Thanks(0)
Posted: 22 August 2008 at 4:37am |
Hello,
I have 3 tabs on a docking pane. And its working perfect. But our requirement is changed now.
Normally the tabs appear at the bottom of the docking pane.
Can we show them at the top of the docking pane?
Herewith i am sending the bitmap showing how they are appearing now.
Can i show the tabs at the top of docking pane? it should appear just below the title bar of the docking pane.
Please let me know the possible solution.
Thanks And Regards,
Vijay
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
try
CXTPTabPaintManager* pTabPaintManager = m_paneManager.GetPaintManager()->GetTabPaintManager(); pTabPaintManager->SetPosition(xtpTabPositionTop);
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |