Use external display in direct mode in UWP

Richard Braun 46 Reputation points
2020-02-24T08:18:24.033+00:00

Hi,

I am looking for a solution on how to directly display an UWP-Window on an external display, without it being used in extended mode (e.g. as a monitor for the desktop). Pretty much every graphics solution offers some kind of direct mode, but I didn't really find an abstraction for that. Maybe DirectX?

Thank you very much in advance.

Best regards
Richard Braun

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

Accepted answer
  1. Richard Zhang-MSFT 6,936 Reputation points
    2020-02-25T01:31:36.83+00:00

    Hello,​

    Welcome to our Microsoft Q&A platform!

    There is currently no direct API in UWP to do this, but I found some information that might be helpful to you:

    You can try to create multiple views and switch them through ProjectionManager and ApplicationViewSwitcher to control the display of the application on different monitors.

    Here are two useful examples:

    Thanks.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful