- Getting started
- Using the software
- OPC UA
- Graphic and layout objects
- Developing solutions
- Developing projects with C#
- Application examples
- UI tutorial
- OPC UA tutorial
- NetLogic tutorial
- Object and variable references
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