You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/user/unified-interface.md
+7-11Lines changed: 7 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,19 @@
1
1
---
2
2
title: "Enhanced user experience with Unified Interface for model-driven apps | MicrosoftDocs"
3
3
description: Overview of Unified Interface in Power Apps
4
-
author: mduelae
5
-
4
+
author: sericks007
6
5
ms.component: pa-user
7
6
ms.topic: conceptual
8
-
ms.date: 10/30/2020
7
+
ms.date: 06/19/2023
9
8
ms.subservice: end-user
10
-
ms.author: mkaur
9
+
ms.author: sericks
11
10
ms.custom: ""
12
11
ms.reviewer: ""
13
12
ms.assetid:
14
13
search.audienceType:
15
14
- enduser
15
+
ms.contributors:
16
+
- fafuxa
16
17
---
17
18
# Enhanced user experience with Unified Interface for model-driven apps
18
19
@@ -28,13 +29,11 @@ Unified Interface is designed for a modern reflow experience.
28
29
29
30
For forms, there are pixel breakpoints that cause information on a form to move on the screen based on the space available for 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.
30
31
31
-
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.
32
+
When columns in a form section reflows from multiple columns to one column, it reflows from top to bottom. When a control spans at least two columns in a section, then it reflows from left to right (in left-to-right languages). The difference in behavior is so that tab navigation order is kept after reflow.
32
33
33
34
In example below, each number corresponds to a control.
34
35
35
-
|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) |
36
-
|---------|---------|
37
-
|||
36
+
:::image type="content" source="media/reflow.png" alt-text="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.":::
38
37
39
38
## Navigation
40
39
@@ -69,9 +68,6 @@ If you have requirements to create your own experience on Unified Interface, you
69
68
70
69

71
70
72
-
## Unified Interface Community
73
-
74
-
Go to the [Unified Interface Community site](https://community.dynamics.com/365/unified-interface/) to engage with experts and peers on blogs, webinars, videos, events, and more.
0 commit comments