If using .NET 2.0 framework.%26gt;.NET Framework Class Library %26gt; System.Windows.Forms %26gt; TreeView Class %26gt; TreeView Methods
have these two methods for accessing a specific node:
1. TreeView.GetNodeAt (Point): Retrieves the tree node that is at the specified point.
2. TreeView.GetNodeAt (Int32, Int32) Retrieves the tree node at the point with the specified coordinates.How to access a tree node by index on a tree view control in a c# code ?
Use FindNode
No comments:
Post a Comment