Categories | Question details Back To List | ||
Tree find notation Hello, If my find string is 'abc' and it found in 3 places in my tree. So, I want display below the tree like this: Please let me know your thoughts. Answer posted by Alex (support) on Nov 17, 2009 06:11 Hello, tree.findItem(value) allows to get the next search result (item id). You can create function that will get all search results (it can be recursive function). |