|
-
Oct 29th, 2003, 04:59 AM
#1
Thread Starter
Hyperactive Member
3view image
I use this code to add Item on the TreeView.
Dim nod As TreeNode = TreeView1.Nodes.Add("Customers")
Dim child As TreeNode = nod.Nodes.Add("Bluei2")
I have a ImageList1 and it has two image.
Everytime set the TreeView1 imagelist to ImageList1, Thel image of all nodes together with the child nodes of my Treeview is the one I selected.
What code should I write or what should I do to make the image of nodes is differ from the child nodes?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|