Skip to content

Commit 3410f87

Browse files
Update README.md
1 parent 1ca5913 commit 3410f87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ foreach (CustomTreeNodeAdv item in this.treeViewAdv1.Nodes)
3232
**VB.Net Code snippet:**
3333

3434
```VB
35-
35+
' Add 10,001 custom nodes to the TreeViewAdv
3636
For nodeId As Integer = 0 To 10000
37-
'Custom node for ID propety
37+
'Create a custom node with an ID property
3838
Dim customNode As New CustomTreeNodeAdv()
3939
customNode.ID = nodeId
4040
customNode.Text = "Node" & nodeId.ToString()

0 commit comments

Comments
 (0)