Add a ListView

How to Add a ListView, Step-By-Step


There are two main types of ListViews, Static and Dynamic. Choose the one you'd like to create.

A Static ListView is a ListView where you will not be adding new items to the list at runtime.

A Dynamic ListView is a ListView where you will most likely be adding new items/changing items to the list at runtime.