Opening a DocumentWindow as Floating

Docking/MDI for WPF Forum

Posted 10 years ago by Randall Gouge
Version: 14.1.0600
Avatar

Looking through the documentation and haven't found the answer to my question yet.  Is it possible to open a DocumentWindow as floating that can potentially be docked if needed.

Comments (2)

Answer - Posted 10 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Randall,

Yes there is a Float() method you can call to open a document in the floating state.


Actipro Software Support

Posted 10 years ago by Jay Hill
Avatar

If you just want to enable the user to drag off the document as a rafting window, set the DockSite.CanDocumentWindowsRaft property to true.

<DockSite CanDocumentWindowsRaft="True">
…
</DockSite>
The latest build of this product (v24.1.2) was released 2 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.