Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
95
Are there any methods on Find in Infragistics.Win.UltraWinTree.TreeNodesCollection?
posted

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

Parents
No Data
Reply
  • 5118
    Verified Answer
    posted

    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.

Children