Max(App.Width, App.MinScreenWidth)
"If you turn this setting off, the app adjusts to the aspect ratio of the device on which it's running and takes up all of the available space. The app doesn't scale and, as a result, screens can show more information.
When this setting is turned off, Lock aspect ratio is automatically turned off and disabled. In addition, the Width property of all screens is set to Max(App.Width, App.DesignWidth)
, and their Height property is set to Max(App.Height, App.DesignHeight)
so that they track the dimensions of the window in which the app is running. With this change, you can create apps that respond to different devices and window dimensions.
https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/create-responsive-layout
"
WarrenBelz
146,743
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,089
Most Valuable Professional