
Is it possible to set (or even bind) topmost property for floating windows? I got a few I would like to set always on top when they are floating.
Is it possible to set (or even bind) topmost property for floating windows? I got a few I would like to set always on top when they are floating.
Hi Miguel,
Well keep in mind that multiple docking windows can be docked in any floating dock host. That being said, the DockSite.InitializeFloatingWindow method can be overridden. It is passed the WPF Window that will host any floating dock host. You could set that to be topmost if you like.
Please log in to a validated account to post comments.