We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

treenode icon

i am create dinamically treenode and after add there are nodes to trewview. when nodes are created set LeftImageIndices property of each node is different. but all icons of nodes are equal.
where can problem?

thanks

2 Replies

AD Administrator Syncfusion Team March 26, 2010 10:10 AM UTC

Have you tried adding simple nodes to check that you are using the control correctly, heres a simple example in vb.net:

Dim nodNode As New TreeNodeAdv("Nodes To Add")
nodNode.LeftImageIndices = New Integer() {1}
TreeView1.Nodes.Add(nodNode)

Dim nodNode2 As New TreeNodeAdv("Nodes To Add")
nodNode2.LeftImageIndices = New Integer() {2}
TreeView1.Nodes.Add(nodNode2)


RB Rajasekar B Syncfusion Team March 26, 2010 01:24 PM UTC

Hi,

Thanks for your interest in syncfusion product.

We have created sample to check it but we are unable to reproduce the issue. Can you modify the attached sample to reproduce the issue?

Please let me know if you have any question.

Thanks,
Rajasekar



treeviewVB_35c241af.zip

Loader.
Live Chat Icon For mobile
Up arrow icon