Skip to content

Commit a076b16

Browse files
committed
started to update customize/gallery for mvc
1 parent e4014a4 commit a076b16

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
items:
3636
- name: Customize a generated app
3737
items:
38-
- name: Customize a browse screen
38+
- name: Customize a gallery
3939
href: ./canvas-apps/customize-layout-sharepoint.md
4040
- name: Customize a form
4141
href: ./canvas-apps/customize-forms-sharepoint.md

powerapps-docs/maker/canvas-apps/customize-layout-sharepoint.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,21 @@ ms.author: anneta
1919

2020
---
2121
# Tutorial: Customize a gallery in PowerApps
22-
In this tutorial, you'll customize the default browse screen, including the gallery, of an app generated in PowerApps. You can manage data by using the default app without customizing it, but it will be much more powerful and easier to use if you make these changes:
22+
In this tutorial, you'll customize the gallery in the default screen of an app that was generated automatically in PowerApps. You can manage data without customizing the app, but it will be more powerful and easier to use if you make these kinds of changes:
2323

2424
> [!div class="checklist"]
2525
> * Change the layout
26-
> * Change the data that appears
27-
> * Set the columns for filtering and sorting
28-
> * Test filtering and sorting
29-
> * Change the title
30-
> * Show a scrollbar
26+
> * Change the sort column
27+
> * Change the search column
28+
> * Change the screen title
29+
> * Show a scroll bar
3130
32-
This tutorial starts with an app generated from the [Common Data Service for Apps](../common-data-service/data-platform-intro.md), but the same concepts apply to apps generated from SharePoint, Excel, and other data sources.
31+
This tutorial starts with an app generated from a specific data source, but the same concepts apply to any app generated from SharePoint, Excel, or other data sources.
3332

3433
If you don't have a license for PowerApps, you can [sign up for free](../signup-for-powerapps.md).
3534

3635
## Prerequisites
37-
Before you start this tutorial, [generate an app](data-platform-create-app.md) from the Common Data Service for Apps.
36+
You can review this topic for general concepts, or you can follow each step if you first [generate this app](data-platform-create-app.md).
3837

3938
## Open the generated app
4039
1. Sign in to [PowerApps](https://web.powerapps.com), and then click or tap **Apps** near the left edge.
@@ -47,7 +46,7 @@ Before you start this tutorial, [generate an app](data-platform-create-app.md) f
4746

4847
1. In the menu that appears, click or tap the option to edit the app.
4948

50-
## Customize the gallery
49+
## Change the layout
5150
1. On the browse screen, click or tap any item except the first one in the list of accounts.
5251

5352
This step selects the **Gallery** control, which shows the list of accounts.
@@ -75,7 +74,7 @@ Before you start this tutorial, [generate an app](data-platform-create-app.md) f
7574
![Final gallery](./media/customize-layout-sharepoint/final-gallery.png)
7675

7776

78-
## Set the sort and search columns
77+
## Change the sort and search columns
7978
1. Select the **Gallery** control as the previous section describes.
8079

8180
![Select gallery](./media/customize-layout-sharepoint/select-gallery-title.png)
@@ -109,7 +108,7 @@ Before you start this tutorial, [generate an app](data-platform-create-app.md) f
109108

110109
1. Remove all text from the search bar, and then close Preview mode by pressing Esc (or by clicking or tapping the close icon *under* the title bar for PowerApps).
111110

112-
## Change the title of the screen
111+
## Change the screen title
113112
1. Click or tap the title of the screen to select it.
114113

115114
![Select screen title](./media/customize-layout-sharepoint/select-title.png)

0 commit comments

Comments
 (0)