WPF - Set monitor for WindowStartupLocation
How can I do if I want to choose in which monitor the window I created will 开发者_开发技巧be displayed ?
You can use Screen.PrimaryScreen and/or Screen.AllScreens  (collection) to get the location of the screen and position your window accordingly.
 
         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论