Hello,
I am having a problem with this situation:
I can open a ToolWindow (B) from another ToolWindow (A) based on some events (per customer request, B's starting Location is the mouse current position)
- If I open B while A is docked to the application's only DockSite, everything works perfectly;
- if I open B while A is undocked and floating, B is opened behind A.
Is there any way to force B to move in the foreground?
Thanks,