Rank: Member Groups: Member
Joined: 1/2/2009 Posts: 12
|
I have a tree view and the node lines do not connect. How do I make them do this of provide larger custom images?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi, You will need to modify TreeView.LineImages.ImageUrls: http://www.essentialobjects.com/doc/1/eo.web.treeview.lineimages.aspxhttp://www.essentialobjects.com/doc/1/eo.web.treeviewlineimages.imageurls.aspxYou will need to go to design view and click the "..." next to the property to bring up the custom line editor in order to modify this property because this property takes an array of Urls and the position of each Url in the array is important. Thanks!
|