Searching through a treeview

sjn78

Well-known member
Joined
May 4, 2003
Messages
255
Location
Australia
Is there an option to search through a treeview.

I use to have a listbox with a textbox above it where the user could type in and in the listbox, the cursor would highlight the matching text.

It was called listview.findstring(your text string)

Is there anything like that in a treeview? When the program runs and you click in the treeview, you can press a key and it will jump to that letter.


Thanks

Steve
 
Back
Top