tabPosition small bug? |
Post Reply |
Author | |
rdeboer
Groupie Joined: 29 April 2004 Location: Netherlands Status: Offline Points: 81 |
Post Options
Thanks(0)
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?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
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 |
|
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 |