Question about torn-off toolwindow behaviour

Docking/MDI for WPF Forum

Posted 15 years ago by Jeremy Noonan
Version: 4.5.0483
Avatar
When I tear off a toolwindow it is currently top-most to the window it is torn from, which works great. However I would like to make it on top of other windows as well, and also to allow it to be focused without it bringing it's parent window into focus at the same time. I couldn't find options to do these things in the existing API. Any ideas?

Jeremy Noonan
IMA Technologies

Comments (1)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Jeremy,

You can't do that right now however we've added a protected virtual CreateRaftingWindow method to the next maintenance release that you can override. In your override, see if the base call returns a Window (it may not always be) and if so, set TopMost = true. That should do it for you.


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.