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:
- Open the form that contains the grid.
- Click on Change in the Properties dialog box.
- Go to the Controls section and select the appropriate grid control.
- Choose the pencil icon next to the Reflow behavior property.
- 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.
