Searching elements in Tree box
Is it feasible to search for elements in a tree box?
The method shown in the link below searches for user-entered elements in a list box, but this approach does not apply to a tree box.
Searching elements in listbox
This is because a list box can easily use a loop to search through all items. What methods can be used to search for elements in a tree box?
The following JSL is an example of creatin...