SelectedNodeStyle.ImgURL bug?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Heyas! Using the TreeView control on a website built in VS 2005, the
SelectedNodeStyle.ImgURL setting doesn't seem to work.

Here are my settings:
ImgSet = "Custom"
NodeStyle.ImgURL = 'image1.gif"
NodeStyle.ForeColor = "Black"
SelectedNodeStyle.ImgURL = 'image2.gif"
SelectedNodeStyle.ForeColor = "Blue"


When I select a node, the selected node text changes from black to blue
as expected, but the image stays as image1.gif. Is there something I
might have set elsewhere overriding the SelectedNodeStyle.ImgURL
setting?
 
Well, so much for the "MSDN Managed Newsgroup Support" part my MSDN
subscription.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top