How to set the location of a WPF window?

Posted by Ashish Ashu on Stack Overflow See other posts from Stack Overflow or by Ashish Ashu
Published on 2010-04-29T04:44:14Z Indexed on 2010/04/29 4:47 UTC
Read the original article Hit count: 520

Filed under:
|

I have a List View in which I have defined a custom cell as a user control.

In the custom cell I given user hyperlink, I am showing a WPF dialog when user clicks on a hyperlink.

I want WPF dialog comes just above the hyperlink..

Please let me know how can I acheive this or how to set the location of the dialog so that it just comes above the hyperlink.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about wpf-controls