Floating Documents on double-click

Docking/MDI for WPF Forum

Posted 12 years ago by Andras Eles
Version: 11.2.0552
Avatar
Tool Windows, unlike Document Windows, can switch from docked to floating mode by double-clicking their headers.

Is there a way to achieve the same behavior for Document Windows in this regard?

Comments (1)

Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Andras,

There is nothing built-in to support that, but you can probably attach a handler to the MouseDown or PreviewMouseDown on the DocumentWindow and check for double clicks. When encountered, you'd call the Float method on the window.


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.