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

Abhishek 21 Reputation points
2021-06-14T09:52:47.11+00:00

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

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

Accepted answer
  1. AryaDing-MSFT 2,916 Reputation points
    2021-06-15T06:38:20.76+00:00

    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.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.