Skip to content

Commit 938b238

Browse files
authored
Merge pull request #2744 from MicrosoftDocs/canvasapp-issue-672-1803529
Canvas app issue 672 - 1803529
2 parents 0b8aa4b + 9a53be8 commit 938b238

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

powerapps-docs/maker/canvas-apps/create-responsive-layout.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer: tapanm-msft
10-
ms.date: 9/20/2019
10+
ms.date: 04/22/2020
1111
ms.author: emcoope
1212
search.audienceType:
1313
- maker
@@ -135,6 +135,7 @@ You can use these formula patterns for expressing common layout relationships be
135135
| **C** fills space between **D** and right edge of parent | **X** | `D.X + D.Width` | ![Example of pattern](media/create-responsive-layout/d9.png) |
136136
| | **Width** | `Parent.Width - C.X` | |
137137
| **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```
138139

139140
## Hierarchical layout
140141

0 commit comments

Comments
 (0)