How can I set the Windows position on startup

前端 未结 2 875
死守一世寂寞
死守一世寂寞 2021-01-12 15:48

I want to set the position of the window on the right side on the screen similar to WPF. Is there a way in UWP to do this?

2条回答
  •  没有蜡笔的小新
    2021-01-12 16:21

    AFAIK it's not possible in UWP (at least not yet), you can change window size or make it fullscreen by accessing ApplicationView class, but there are no such methods/properties like in WPF.

    There was also similar question on MSDN.

提交回复
热议问题