Is it possible to move UWP app main window to another display? I'm using ProjectionManager to project to connected display:
+--------------+ +-------------------+
| MainPage | -> ProjectionManager -> | ProjectedPage |
+--------------+ +-------------------+
where MainPage is the main window (app entry point), and ProjectedPage is secondary window projected by the ProjectionManager to connected display. However, I would like to hide main window (on the main display) while projecting, or just move whole app to connected display.
I could not find any APIs, so my question is, is this supported?
Thanks in advance!