Views:

Applies to Product - Power Apps

What’s happening?
The application is not responsive to different monitor sizes, resulting in improper rendering of gallery dimensions and scrollbars.
 

Reason:
This may stem from the display settings in the Canvas app and how the app layout is structured with respect to responsive design best practices.
 

Resolution:
For responsive design issues:

Additional Tips:
  • Use horizontal and vertical containers to allow components to dynamically reflow.
  • Disable “Scale to Fit” to enable true responsiveness instead of simple scaling.
  • Use formulas based on App.Width and App.Height instead of fixed pixel values to position and size controls adaptively.