Open new UWP Window on multiple monitors

Craig Muckleston 161 Reputation points
2020-10-01T13:25:04.623+00:00

I have an app that I want to be able to open new windows on multiple monitors (more than 2). I have seen the Projection sample, but that only shows on a second monitor. I can detect all my connected monitors through the ProjectionManager, but can't find a way to push the window to the desired monitor.

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

Accepted answer
  1. Nico Zhu (Shanghai Wicresoft Co,.Ltd.) 12,856 Reputation points
    2020-10-02T01:35:50.65+00:00

    Hello @Craig Muckleston , Welcome to Microsoft Q&A,

    I want to be able to open new windows on multiple monitors (more than 2).

    Currently, ProjectionManager does not support full-screen app's window on multiple monitors, it only support to sent windows (app views) to secondary displays, and swaps main and projection views. It only limited the operation of two monitors.

    but can't find a way to push the window to the desired monitor.

    If you just want to push the window to the single desired monitor. you could refer Projection code sample Scenario3 that could select which monitor you want push window to.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful