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:
- Review the following documentation to ensure the app adheres to responsive design principles:
- Test different display resolutions and screen sizes within the Canvas app to verify consistent rendering of galleries and scrollbars.
- 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.
