Develop a filterable list box

Develop a list box filled with random strings that you can filter by entering text into a filter text box.

Figure 1. Application example
Note: Download a sample project: FilterableListBox.zip

Prerequisites

Create a project.

To develop the project
  1. Create and configure a DataStore.
  2. Create a NetLogic that adds random data.
  3. Create a list box.
  4. Create an interface for filtering the list box.
  5. Create a button that adds random data.
  6. Arrange the interface elements.
  7. Save the project.

Select Run to run the project using the client emulator to test your project. To run the project on a remote client, see Add a client device.