Click here to Skip to main content
15,892,927 members

Comments by Dinesh Kudale (Top 2 by date)

Dinesh Kudale 16-Jun-21 9:19am View    
@Gerry Schmitz
Actually, I want to find the co-ordinate of the point where my drawn X and Y-axis intersects with each other.
Dinesh Kudale 14-Jun-21 15:00pm View    
@Chris Copeland, Thanks for your reply.

From your above discussion, I have understood below points:
1) Window inside another window- Not possible. It is bad practice. Hence it is not possible.
2) Solution: Create User control for the content. But the user control handler points to the Parent window. Hence, it is useless for my issue.
3) Avalondock has its own mechanism to produce new windows. Due to this, probably you can use WindowInteropHelper() to target this window.

For 1st and 2nd points, You are saying right.
For the 3rd point, I have also tried this option but when I will try to pass the AvalonDock window as a parameter to WindowInteropHelper() method, then it will arise below error:
Error: "Window must be the root of the tree. Cannot add Window as a child of Visual."
Till now searching for this solution.