1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-16 19:03:54 +00:00

Updated List (markdown)

FellippeHeitor 2016-12-21 18:37:04 -02:00
parent 772dd073e0
commit 63b61d9fd6

@ -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).