
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.
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.
Hi Randall,
Yes there is a Float() method you can call to open a document in the floating state.
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>
Please log in to a validated account to post comments.