Docking Direction Rellative to Toolwindow

Docking/MDI for WPF Forum

Posted 12 years ago by keshav bansal
Version: 12.2.0572
Avatar

Hi,

As i am able to get the Docked direction relative to Workspace with the help of Toolwindow.GetDirectionRelativeToWorkspcae().

But i am Not able to get the Docked direction relative to other Toolwindow like of Toolwindow.GetDirectionRelativeToToolWindow()   {Not Exists}.

So how to get the docked direction of the toolwindow relative to other toolwindow ?

Comments (1)

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

Hi Keshav,

You'd probably have to walk up the parent control hierarchy to find a common SplitContainer ancestor. Then look at the Orientation and whether the one comes after the other or not.


Actipro Software Support

The latest build of this product (v24.1.4) was released 29 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.