I am tryin to use the Find () of Treeview.Nodes
but my project is not able to detect the Find() and reports an error .
I have .NET CF 2.0 installed and that is what my project is using ..What can be the issue
I am tryin to use the Find () of Treeview.Nodes
but my project is not able to detect the Find() and reports an error .
I have .NET CF 2.0 installed and that is what my project is using ..
Treeview.nodes.Find not found
aborchik
As documentation states, that is not supported on NETCF. You can loop through nodes to find whatever you want instead.