Skip to content

Commit 674ee47

Browse files
authored
Merge pull request #2288 from MicrosoftDocs/chmoncay-patch-2
Update control-list-box.md
2 parents 0ed09da + de490c4 commit 674ee47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/canvas-apps/controls/control-list-box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A **List Box** control always shows all available choices (unlike a **[Drop down
2525

2626
**[Items](properties-core.md)** – The source of data that appears in a control such as a gallery, a list, or a chart.
2727

28-
**Selected** – The data record that represents the selected item.
28+
**Selected** – The data record that represents the selected item. You can only have one default selected item. If you need multiple selected items please use the [Combo Box](control-combo-box.md) control.
2929

3030
When you add a gallery, a list, or a chart, the property list shows **Items** by default so that you can easily specify the data that the new control should show. For example, you might set the **Items** property of a gallery to the **Account** table in Salesforce, a table named **Inventory** that you created in Excel and uploaded to the cloud, or a SharePoint list named **ConferenceSpeakers**.
3131

0 commit comments

Comments
 (0)