Create an interface for filtering the list box
Create a text box that filters data in the list box.
- Create a text box:
- InProject view, right-clickMainWindow (type)and select .
- Hover-over the list box, select , and enterDataFilterTextBox.
- Create the filter label:
- InProject view, right-clickMainWindow (type)and select .
- Hover-over the list box, select , and enterDataFilterLabel.
- InProperties, setTexttoFilter:.
Provide Feedback