File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
powerapps-docs/maker/canvas-apps Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ms.service: powerapps
7
7
ms.topic : conceptual
8
8
ms.custom : canvas
9
9
ms.reviewer : tapanm-msft
10
- ms.date : 9/20/2019
10
+ ms.date : 04/22/2020
11
11
ms.author : emcoope
12
12
search.audienceType :
13
13
- maker
@@ -135,6 +135,7 @@ You can use these formula patterns for expressing common layout relationships be
135
135
| ** C** fills space between ** D** and right edge of parent | ** X** | ` D.X + D.Width ` | ![ Example of pattern] ( media/create-responsive-layout/d9.png ) |
136
136
| | ** Width** | ` Parent.Width - C.X ` | |
137
137
| ** C** fills space between ** D** and bottom edge of parent | Y | ` D.Y + D.Height ` | ![ Example of pattern] ( media/create-responsive-layout/d10.png ) |
138
+ | | ** Height** | ``` Parent.Height - D.Y ```
138
139
139
140
## Hierarchical layout
140
141
You can’t perform that action at this time.
0 commit comments