Z-Order for Tool Windows

Docking/MDI for WPF Forum

Posted 15 years ago by Mark Benda
Version: 9.1.0505
Avatar
I am programitically adding 'floating' tool windows to a tool window container. I am calling float() on each tool window. Is there a way I can specify a Z-order for the tool windows?



[Modified at 09/01/2009 10:17 AM]

Comments (1)

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

Float() would be moving tool windows into their own rafting windows. Do you mean controlling the z-order of those? If you are using the normal non-hosted rafting windows, then you'd probably have to call Activate on the root Window (can get root Window via Window.GetWindow() method) to move one to the top of the z-order.


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.