DockingPanein in MDI |
Post Reply |
Author | |
AdamSharp
Groupie Joined: 31 March 2008 Location: Morocco Status: Offline Points: 38 |
Post Options
Thanks(0)
Posted: 11 April 2008 at 6:36am |
Hello, can you help?
I have problem to hide and show Pane in MDI form
|
|
younicke
Senior Member Joined: 11 March 2005 Status: Offline Points: 107 |
Post Options
Thanks(0)
|
just right click the docking pane control on the mdi form and click send to back and then add this code to the form load of the main form
DockingPaneManager.SetCommandBars CommandBars1 i hope this solves your problem. |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
DockingPaneManager.ShowPane ID_PANE will show the pane
DockingPaneManager.FindPane(ID_PANE).Hide will hide the pane (pinning)
DockingPaneManager.FindPane(ID_PANE).Close will close the pane |
|
AdamSharp
Groupie Joined: 31 March 2008 Location: Morocco Status: Offline Points: 38 |
Post Options
Thanks(0)
|
Yes only the send to back of the controle in MDI form resolve the problem !!
The problem has resolved. Thanks Younecke, Aaron
|
|
younicke
Senior Member Joined: 11 March 2005 Status: Offline Points: 107 |
Post Options
Thanks(0)
|
dont forget to add this line of code
DockingPaneManager.SetCommandBars CommandBars1 :) |
|
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 |