TreeView.Nodes missing Find method (currently in .Net v2)

I''ve been looking everywhere and can''t find the TreeView.Nodes.Find(Key, searchallsubnodes) method that is very useful. Have I missed this or has it just not been implemented?

It would be a shame if its not been implemented as .NET version 2 has it as standard and I use it lots!!

Any help?

Thanks,
Gus.

2 Replies

MA Malarvizhi Syncfusion Team October 14, 2006 12:58 PM UTC

Hi,

Sorry for the inconvenience caused.

We can find the node in TreeviewAdv by using a simple recursive function that will iterate through the TreeViewAdv's Nodes collection.

I attached the sample,please go through that and let me know if i understood you correctly

TreeViewSearching.zip


Regards,
Malarvizhi.


MA Malarvizhi Syncfusion Team October 16, 2006 04:28 AM UTC

Hi ,
We have created a feature request regarding your requirement.We will implement this as soon as possible.Here is the link to track progress of implementation.

Feature Request #1286 - Need method to find a node based on the key value


Thanks for your suggestion.

Regards,
Malarvizhi.

Loader.
Up arrow icon