Hello,
I have a question about the functionality of Syncfusion.
In our Project we have 3 UserControls docked to the MainWindow as tabs, lets call them Pages. (each Page has an own Dockingmanager)
Inside these UserControls are "Sub"-UserControls, which you can make floating.
I am aware that if you change a SubUserControl to be Floating, Syncfusion creates a FloatingForm to put the UserControl inside, so that it can be displayed outside the MainWindow.
If I change now the Tab to a different Page, the floating UserControl from the first Page is not shown anymore.
This makes sense, as this is the child of the DockingManager of the first Page and so it is not shown, when it is not demanded.
But it is not userfriendly in our case.
Our Users expect, that if they drag a SubUserControl out (for example a mathematical Plot or a Table) to a different Monitor, it won't vanish when they change the tabs of the MainWindow.
So I wanted to ask:
Is there an elegant way to enforce visibility on FloatingForms created by the DockingManager, even when the UserControl (Page) where the DockingManager resides is not the selected Tab?
Or can I somehow get the handle of the newly created FloatingForm and change its VisibilityState(?) to true?
Regards
Erik