Views:

Applies to Product -Power Pages


What’s happening?
The grid view in the Old Look is auto-scaled, causing display issues for users.


Reason:
The legacy read-only grid control has been deprecated in model-driven apps, which may lead to auto-scaling issues in the Old Look.


Resolution:
To resolve the auto scaling issue, configure the Reflow behavior property by following these steps:

  1. Open the form that contains the grid.
  2. Click on Change in the Properties dialog box.
  3. Go to the Controls section and select the appropriate grid control.
  4. Choose the pencil icon next to the Reflow behavior property.
  5. Select an option from the "Bind to static options" dropdown:
  • Reflow: Allows the grid to render into list mode when there’s not enough display space.
  • Grid Only: Displays only as a grid even on smaller displays.
  • List Only: Displays only as a list even when there is enough space to display as a grid. 6. Save and publish your changes.
Additionally, it is recommended to use the latest Power Apps grid control in the Old Look to mitigate the issue. For more details, refer to the documentation on the Power Apps grid control.