We have a window which can be made full screen and inside we have tabbed windows like in browser and in one of our tabs we have a dock pane and inside that we have the goxam diagram.
When the user clicks the full screen button, the current active tab becomes full screen. (during this time the cotainer control template is also changed). And similarly the user can toggle back to normal mode.
During switching back the goxam control disappears and there is nothing in the dock pane.
Inspecting with Snoop, we still see the Diagram bounds, but there is nothing. Is there any clue why this might happen?
We use goxam control in three of our tabs and we face this issue everywhere.
(NB, we dont have the source code of the window and docking framework, since we develop tabs like somekind of plugins. But we dont see this issue for any of our controls or any third partly controls)