question

Abhishek-3228 avatar image
0 Votes"
Abhishek-3228 asked AryaDing-MSFT answered

How to set UWP app position (x & y coordinates) so that when launching the application it will open on a particular position?

Hi,

I want to launch my UWP app at a particular position with a fixed size.
I am able to set the height and width of the application.

How can I set the position of the app on the screen?

Regards,
Abhishek

windows-uwp
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

AryaDing-MSFT avatar image
1 Vote"
AryaDing-MSFT answered

Hi,

Welcome to Microsoft Q&A!

I have to say there is no such API in UWP can change the position of the window. You can only change window size or make it fullscreen by accessing ApplicationView class. If you do want this feature, please submit your feature requirement to the Windows Feedback Hub app that is Windows built-in app.



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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.