-
How would I set the initial app size in WinUI 3? |
Beta Was this translation helpful? Give feedback.
Answered by
marcelwgn
Jul 30, 2022
Replies: 1 comment 2 replies
-
The approach I would use is to set the window size manually before showing the window. This answer has more information on how to set the size of your app. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
gregwoo-microsoft
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The approach I would use is to set the window size manually before showing the window. This answer has more information on how to set the size of your app.