There is a project, we used Infragistics.Win.UltraWinTree to create a node tree.
Now we will add a new feature about Find from Tree. Are there any methods about Find?
1) Find All using string filter.
2) Find Next - Up/Down using string filter.
Thanks Very Much!
ScottQ
Hi ScottQ,
I'm not aware of any exposed find or search functionality for the WinTree to the extent you suggest. There is the AllowKeyboardSearch property which allows the end user to type keys and activate the node that matches the text input but it sounds like you want pure API calls to do the find yourself based upon external criteria.
I entered a feature request into our system to add the capability to find nodes as you have described.
Hi Matthew,
Thanks for your reply.