Controlling docking window

Docking/MDI for WPF Forum

Posted 15 years ago by jay - dx
Version: 4.5.0487
Avatar
Hello,

We can make a floating document in the tabbedmidcontainer using toolwindow, right?
I wonder whether I can control the floating document's style just like WindowStyle="None" at window's property :)
If it is impossible, do you have a plan about this?

Comments (2)

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

"Rafting windows" are the term used to describe the Window container that is created when undocking or floating a docking window. There is a method on DockSite called CreateRaftingWindow. If you create a class that inherits DockSite and override CreateRaftingWindow, you can call the base method to get the result. Then if the result is a Window object, set its style to None.


Actipro Software Support

Posted 15 years ago by jay - dx
Avatar
Greate! Thank you for quick reply. :)
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.