AxDockingPane Options ignored after AttachToWindow |
Post Reply |
Author | |
Joe Calabrese
Newbie Joined: 06 June 2007 Status: Offline Points: 6 |
Post Options
Thanks(0)
Posted: 08 June 2007 at 4:49pm |
Before attaching the AxDockingPane to a Windows Panel, the AxDockingPane options worked well. But after attaching to a Windows Panel, they do not have any effect.
Is there something else I need to do?
Here is some code (VB.NET) ...
DockingPaneManager.Options.AlphaDockingContext = True
DockingPaneManager.Options.ShowDockingContextStickers = True
DockingPaneManager.Options.ShowCaptionMaximizeButton = True
DockingPaneManager.VisualTheme = VisualTheme.ThemeWhidbey
DockingPaneManager.AttachToWindow(Me.Controls("ContentPanel").Handle)
In this example, the VisualTheme continues to work well, but the Options do not.
|
|
apuhjee
Senior Member Joined: 02 September 2005 Location: United States Status: Offline Points: 130 |
Post Options
Thanks(0)
|
I'm having a similar problem in that I'm not able to get the CommandBar to stretch the entire width of the Panel that it's attached to.
Have you been able to solve this problem?
Regards ~ jp
|
|
Joe Calabrese
Newbie Joined: 06 June 2007 Status: Offline Points: 6 |
Post Options
Thanks(0)
|
I was not able to resolve it, so I submitted it to Codejock as an issue. They wrote back last week saying that they will look into debugging it.
Joe
|
|
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 |