Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Docking Pane
  New Posts New Posts RSS Feed - tabPosition small bug?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

tabPosition small bug?

 Post Reply Post Reply
Author
Message
rdeboer View Drop Down
Groupie
Groupie


Joined: 29 April 2004
Location: Netherlands
Status: Offline
Points: 81
Post Options Post Options   Thanks (0) Thanks(0)   Quote rdeboer Quote  Post ReplyReply Direct Link To This Post Topic: tabPosition small bug?
    Posted: 15 July 2006 at 8:38am
Hi,
 
If I use:
 
DockingPaneManager.TabPaintManager.Position = xtpTabPositionTop
 
then the tabs are on top, no problem.
 
If I add this below the code:
 
DockingPaneManager.VisualTheme = ThemeNativeWinXP
 
Tabs are displayed at the bottom
 
;-)
 
Small bug?
 
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 15 July 2006 at 11:17am
Hi,
nope :) It is designed behaviour. After you change visual theme all visual options are reset for its theme. So just call DockingPaneManager.TabPaintManager.Position = xtpTabPositionTop
after you change VisualTheme property.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.140 seconds.