Hi all,
I just started working with the WinDockManager and came across the following problem:
Using the following code I initialized my docking environment:
SuspendLayout();
mainDockAreaLeft.Panes.Add(mainGroupPaneLeft);
xxxxPane.Control =
new ctr0400_XXXX();
mainGroupPaneLeft.Panes.Add(xxxxPane);
xxxxPane.FlyoutSize =
new Size(200, 0);
xxxxPane.Unpin();
udmMain.DockAreas.Add(mainDockAreaLeft);
udmMain.Visible =
true;
The outcome is shown on the following screenshots:after initialization:
As you can see the dockingpane is behind all other controls.When I click it somehow (pin might be the correct expression) it looks like this:
...until it looses focus or gets unpinned. It then reverts to the state shown in the first screenshot.
Please be so kind and advice how to work around this. Any help is kindly appreciated,
best regardsAndy
I put all nondocked controls in a panel and docked it fill as suggested in some articles.Actually it seems to work.
Hello,
Thank you for your feedback.
If you have any other questions do not hesitate to contact us.