Create an interface for filtering the list box

Create a text box that filters data in the list box.
  1. Create a text box:
    1. In
      Project view
      , right-click
      MainWindow (type)
      and select
      New
      Base controls
      Text box
      .
    2. Hover-over the list box, select
      Edit
      Edit
      , and enter
      DataFilterTextBox
      .
  2. Create the filter label:
    1. In
      Project view
      , right-click
      MainWindow (type)
      and select
      New
      Base controls
      Label
      .
    2. Hover-over the list box, select
      Edit
      Edit
      , and enter
      DataFilterLabel
      .
    3. In
      Properties
      , set
      Text
      to
      Filter:
      .
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.