@@ -83,7 +83,7 @@ The Sidebar layout has a fixed width sidebar on the left. The main body consists
83
83
### Example
84
84
85
85
1 . Sign in to [ Power Apps] ( https://make.powerapps.com ) .
86
- 1 . Select ** Apps** from left navigation. Select the ** New app** drop down menu and then select ** Canvas** .
86
+ 1 . Select ** Apps** from left navigation. Select the ** New app** drop- down menu and then select ** Canvas** .
87
87
1 . On the ** Blank app** tile, select ** Tablet layout** .
88
88
1 . Select ** File** > ** Settings** > ** Screen size + orientation** and disable ** Scale to fit** , ** Lock aspect ratio** , and ** Lock orientation** and select ** Apply** .
89
89
1 . Select ** New screen** and then select ** Header, footer, main content** template screen.
@@ -121,15 +121,15 @@ You can use auto-layout containers in the following scenarios:
121
121
To build a responsive screen:
122
122
123
123
1 . Sign in to [ Power Apps] ( https://make.powerapps.com ) .
124
- 1 . Select ** Apps** from left navigation. Select the ** New app** drop down menu and then select ** Canvas** .
124
+ 1 . Select ** Apps** from left navigation. Select the ** New app** drop- down menu and then select ** Canvas** .
125
125
1 . On the ** Blank app** tile, select ** Tablet layout** .
126
126
1 . Select ** File** > ** Settings** > ** Screen size + orientation** and disable ** Scale to fit** , ** Lock aspect ratio** , and ** Lock orientation** and select ** Apply** .
127
- 1 . Now from the ** Insert** pane in the left sidebar, under ** Layout** , select ** Horizontal container** .
127
+ 1 . Now from the ** Insert** panes in the left sidebar, under ** Layout** tab , select ** Horizontal container** .
128
128
129
129
> [ !div class="mx-imgBorder"]
130
130
> ![ Insert containers] ( media/create-responsive-layout/insert-containers.png " Insert containers ")
131
131
132
- 1 . The top most container needs to be sized to take the entire space with these properties. It will be the same size as the screen as it resizes.
132
+ 1 . The top- most container needs to be sized to take the entire space with these properties. It will be the same size as the screen as it resizes.
133
133
1 . X = 0
134
134
1 . Y= 0
135
135
1 . Width = Parent.Width
@@ -140,7 +140,7 @@ To build a responsive screen:
140
140
> [ !div class="mx-imgBorder"]
141
141
> ![ Add vertical containers] ( media/create-responsive-layout/add-two-vertical-containers.png " Add vertical containers ")
142
142
143
- 1 . To make the containers fill the full vertical space, Select ** Container1** and set the ` Align (vertical) ` property to ` Stretch ` .
143
+ 1 . To make the containers, fill the full vertical space, Select ** Container1** and set the ` Align (vertical) ` property to ` Stretch ` .
144
144
145
145
> [ !div class="mx-imgBorder"]
146
146
> ![ Align stretch] ( media/create-responsive-layout/align-property-stretch.png " Align stretch ")
0 commit comments