From 63b61d9fd65dc852a9fc3df520533353205b8cf2 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Wed, 21 Dec 2016 18:37:04 -0200 Subject: [PATCH] Updated List (markdown) --- List.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/List.md b/List.md index 167c80b..d5ab407 100644 --- a/List.md +++ b/List.md @@ -1,4 +1,4 @@ -Lists present the user with selectable items. Dropdown-lists do the same but when they don't have focus, they only show the selected item, so that you have to click the down arrow button to see the rest of the list. +**Lists** present the user with selectable items. **Dropdown-lists** do the same but when they don't have focus, they only show the selected item, so that you have to click the down arrow button to see the rest of the list. You add items using the AddItem property. At design time you do so by changing the List Items property. To add multiple items, separate them using a line break escape sequence (\n).