When I set Override.ActiveNodeAppearance.ImageBackground or Override.NodeAppearance.ImageBackground to an image, I don't see a background image in the node.
The Appearance.ImageBackground property will set an image as the background for the entire tree, but I was looking for this at the node level, particularly for active nodes.
Do WinTree nodes support the Override.ActiveNodeAppearance.ImageBackground property? If so, any ideas on why I might not be seeing it?
Thank you!
Jim Honeycutt
I added an UltraFormattedLinkLabel as the editor for nodes in the tree, and coincidentally as soon as I did that, the background image started showing up. It wasn't showing up until I did that.
The other node Appearance styling was and is still working (i.e. font face, style, color, etc), but the background image wouldn't display until I added the node editor.
I don't know if you guys consider that a bug or not, but I guess my particular problem is solved.
Thanks,Jim Honeycutt
My guess is that the ImageBackgroundAlpha resolves to transparent, so if you want a background image on an individual node, you have to set it to Opaque. But I could be wrong.:)