Create a list box that displays data from the DataStore.
-
Create a list box:
-
In Project view, right-click MainWindow (type) and select .
-
Hover-over the list box, select
, and enter RandomDataListBox.
-
Configure the list box:
-
In Properties, create a dynamic link between Model and .
-
Create a complex dynamic link between Query and Text of DataFilterTextBox by using a string formatter.
- Format
-
SELECT Column1 FROM Table1 WHERE Column1 LIKE '%{0}%'
- {0} DynamicLink
For more information about dynamic links, see Create dynamic links.
-
Create a dynamic link between Display value path and .
Tip: You may need to enter Column1 manually.
For more information about dynamic links, see Create dynamic links.
-
Create a dynamic link between Order by and .
Tip: You may need to enter Column1 manually.
For more information about dynamic links, see Create dynamic links.