How to set the location of a WPF window?

前端 未结 4 2134
半阙折子戏
半阙折子戏 2020-12-06 04:31

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

4条回答
  •  庸人自扰
    2020-12-06 04:34

    if you set .Left of the window more then monitor size (2000 works for me) window goes on second monitor and you can then "maximize"

提交回复
热议问题