Skip to content

Commit 5c0a44f

Browse files
committed
Update
1 parent b93d760 commit 5c0a44f

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

powerapps-docs/maker/canvas-apps/build-responsive-apps.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,6 @@ The Split-screen layout has two sections, each occupying 50% width of the screen
8080

8181
The Sidebar layout has a fixed width sidebar on the left. The main body consists of a fixed height header, and the main section takes up the rest of the screen width. By default, the template has the same behavior on mobile, however some customizations are recommended based on the UI pattern desired for the mobile experience.
8282

83-
### Example
84-
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**.
87-
1. On the **Blank app** tile, select **Tablet layout**.
88-
1. Select **File** > **Settings** > **Screen size + orientation** and disable **Scale to fit**, **Lock aspect ratio**, and **Lock orientation** and select **Apply**.
89-
1. Select **New screen** and then select **Header, footer, main content** template screen.
90-
1. Select **MainSectionContainer1** and set the `Direction` property to `Horizontal`. Set `Align` to `Stretch`.
91-
9283
## Working with containers
9384

9485
Containers are building blocks of all the responsive design. A container can be an [auto-layout container](#auto-layout-containers) in vertical or horizontal direction, or a fixed-layout container, which in the future will support constraints.

powerapps-docs/maker/canvas-apps/controls/control-horizontal-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: reference
88
ms.custom: canvas
99
ms.reviewer: nabuthuk
1010
ms.date: 10/30/2020
11-
ms.author: emcoope-msft
11+
ms.author: emcoope
1212
search.audienceType:
1313
- maker
1414
search.app:

powerapps-docs/maker/canvas-apps/controls/control-vertical-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: reference
88
ms.custom: canvas
99
ms.reviewer: nabuthuk
1010
ms.date: 10/30/2020
11-
ms.author: emcoope-msft
11+
ms.author: emcoope
1212
search.audienceType:
1313
- maker
1414
search.app:

0 commit comments

Comments
 (0)