Reduce initial window size of WinUI 3 app? #9994
Unanswered
StevenABrown
asked this question in
Q&A
Replies: 2 comments 5 replies
-
You can use this.AppWindow.MoveAndResize (or just Resize) |
Beta Was this translation helpful? Give feedback.
2 replies
-
This should do:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Visual Studio 2022, I created a project using the WinUI 3 blank project template. The window that appears upon launch of the application takes up about half the screen, and I would like to reduce the size, because I intend to build a small application with few controls. Nowhere in the source files could I find code that specifies the size of the window. How can I do that?
Beta Was this translation helpful? Give feedback.
All reactions