.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,853 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
just made my first app on .NET MAUI.
I would like to resize the app window size and found a solution here:
https://www.youtube.com/watch?v=o35BEuIC-uA (at 1min, 53sec)
But the compiler tells me that the Window has no Element called Height or Width. (window.Height)
Any Ideas?
There are two properties HeightRequest and WidthRequest that you should use.