Adding a Document to a Floating Docking Window

Docking/MDI for WPF Forum

Posted 7 years ago by Gareth Parris - Software Developer, McLaren
Version: 16.1.0633
Avatar

Is there a way I can add a new document directly to a Floating Docking Window?

I can create the new document and add it to my main docksite. When I have taken an existing document and floated out of the main docksite and I then create a new document I want to add that document to the floating docking window. It is possible?

Comments (2)

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

Hi Gareth,

Yes, you can call:

documentWindow2.Attach(documentWindow1);


Actipro Software Support

Posted 7 years ago by Gareth Parris - Software Developer, McLaren
Avatar

Worked perfectly. Thanks!

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

Add Comment

Please log in to a validated account to post comments.