This is a migrated thread and some comments may be shown as answers.

TreeView Find

3 Answers 128 Views
Treeview
This is a migrated thread and some comments may be shown as answers.
Javier
Top achievements
Rank 1
Javier asked on 30 Oct 2014, 04:23 PM
Dear ,I have your product installed and integrated into Visual Studio 2012 , I am working with UI for WinForms .The question is ;Using the TreeView Visual Studio I was doing this:Dim ret as TreeNode () = Tree.Nodes.Find (node , True) now I want to do the same using the RadTreeView . Can you help me please with this issue , I have several days trying to do this .

3 Answers, 1 is accepted

Sort by
0
Accepted
Stefan
Telerik team
answered on 30 Oct 2014, 04:42 PM
Hello Luis,

Thank you for writing.

Please refer to the following article which demonstrates how to use the Find API of RadTreeView: http://www.telerik.com/help/winforms/treeview-working-with-nodes-finding-nodes.html.

I hope that you find this information useful. Should you have any other questions, do not hesitate to contact us.

Regards,
Stefan
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Javier
Top achievements
Rank 1
answered on 30 Oct 2014, 04:53 PM
Thank you very much for your quick and valuable response.

to close the issue ;
If I want to know the length of that variable, how do?

Usually performed it well :
Dim ret as TreeNode () = Tree.Nodes.Find (node ​​, True)

ret.Length

but mark me an error .
0
Stefan
Telerik team
answered on 31 Oct 2014, 08:31 AM
Hi Luis,

I assume that you are looking to get the node's Text length. If so, you can do it via the Text property of the node:
ret.Text.Lenght

I hope that you find this information useful.

Regards,
Stefan
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Treeview
Asked by
Javier
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Javier
Top achievements
Rank 1
Share this question
or