Skip to content

Commit f2bc730

Browse files
authored
Update unified-interface.md
1 parent a681335 commit f2bc730

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

powerapps-docs/user/unified-interface.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@ Your administrator has to opt in to early access updates for your environment an
4141

4242
The Unified Interface is designed for a modern reflow experience.
4343

44-
For forms, there are pixel breakpoints that cause information on the form to move on the screen based on the space available to the form to display in. This can happen if the space available to the form to display in decreases, for example if you resize the window the app is in and decrease the width of the window. When the width decreases past certain breakpoints, information that would be hidden will move below where it used to be so that it is either visible or can be vertically scrolled to.
44+
For forms, there are pixel breakpoints that cause information on a form to move on the screen based on the space available to the form to display in. This happens when the display space available to the form decreases. For example if you resize the window that your app is in and decrease the width of the window it will decrease the space available for the form to display in. When the width decreases past certain breakpoints, information that would be hidden will move below where it used to be so that it is either visible or you can vertically scroll down to see it.
4545

4646
When columns in a form section reflows from multiple columns to one column, it reflows from left to right (in left-to-right languages). When a control spans at least two columns in a section, then it reflows from top to bottom. The difference in behavior is so that tab navigation order is kept after reflow.
4747

48-
4948
In example below, each number corresponds to a control.
5049

5150
|Reflow experience from left to right: When multiple columns reflow to one column |Reflow experience from top to bottom: When a control spans at least two columns in a section (notice control #5 spans across) |

0 commit comments

Comments
 (0)