ListView selection based on text input
-
I have a ListView with a StringList as the model. The StringList is in alphabetic order.
I would like the selection in the ListView to track the characters entered into the TextEdit (i.e. find elements in the list that begin with the characters in the TextEdit).Any takers?