Hello,
I'm using DockSite with FloatingWindowShowInTaskBarMode = "Default".
I'd like to display specific floating document window on top.
Is there any way?
Hello,
I'm using DockSite with FloatingWindowShowInTaskBarMode = "Default".
I'd like to display specific floating document window on top.
Is there any way?
Hello,
Do you mean that you always wish for the floating tabbed MDI document window to appear on top of the main app Window, even when it isn't the active window?
If so, that is accomplished by the floating host Window having its Owner set as the main Window. We set that when the floating DockHost only contains tool windows, or if DockSite.FloatingWindowShowInTaskBarMode == Never.
Hello,
Thank you for your reply.
Where and How can I set Owner property to floating window?
I checked the following.
Hello,
While you can set Owner in InitializeFloatingWindow, it will be overriden by our logic mentioned in the previous post related to DockSite.FloatingWindowShowInTaskBarMode. Owner can be updated at different times in the docking lifecycle as layouts change too. Thus there is no way to set it manually other than to use that DockSite property.
Hello,
Thank you for your reply.
I understood it.
[Modified 2 years ago]
Please log in to a validated account to post comments.