Well, so much for the "MSDN Managed Newsgroup Support" part my MSDN
subscription.
"James Jefferies" wrote:
> 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?
>
|